-
It'd be nice if the test checks for :
- <picture> element : http://www.w3.org/TR/html-picture-element/
- <img srcset> attribute
nt1m updated
10 years ago
-
Jolla's Sailfish OS is getting monthly updates at the moment, in every versions the browser is also updated. After the last update yesterday the browser is scoring 455 points now, Sadly they all are r…
-
I believe that HTML5Test score is closely relative to User-Agent.
Below string is Chrome User-Agent.
"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/5…
-
I am a webkit gtk developer, after I #define ENABLE_SVG 0 and #define ENABLE_MATHML 0, these two features have been disabled already, but html5test give the result shows these features still be suppor…
AandK updated
10 years ago
-
As the tests in #1937 show, older versions of Android (not that old, though!) have problems with HTTP attachments in the stock browser. Comparing desktop Firefox in the test "test some attachments" t…
-
**Issue**: If a user does not interact with the form and clicks _create_ no errors are thrown at all. Oddly enough the associated tests ([locations](https://github.com/codeforamerica/ohana-api/blob/ma…
-
Title says all
nt1m updated
10 years ago
-
Promises are in the DOM (and coming to ECMAScript); currently developed Web APIs already depend on it.
A test for a native Promise implementation would be great. There are several tests out there (e…
-
Those css selectors are supported in Firefox, so the test should say prefixed instead of no.
nt1m updated
10 years ago
-
Thx for creating this tool. I am trying to use it based on the book chapter. I just forked the code and run it in DartEditor. The tool shows up in Chromium(http://localhost:8080/model_concepts.html)
…