Revision 1d8cf99335f45dadb6d8e42d782d51a823045176 authored by Chris Rebert on 12 April 2016, 07:20:12 UTC, committed by Chris Rebert on 12 April 2016, 07:28:17 UTC
* Add `readonly` attribute test
* Test temporal <input>s with range limitations
* Test that <input type="range"> never matches
* Test that <input> types which cannot have range limitations and/or are barred from constraint validation never match
1 parent 8a4c5a9
Raw File
README.md
This directory contains the Web Storage test suite.

The spec's Implementation Report contains a list of each test file in the test suite and the results of running the test file on several browsers <http://www.w3.org/wiki/Webapps/Interop/WebStorage>.

To run this test suite within a browser, go to: <http://w3c-test.org/webstorage/>.

A W3C Recommendation of Web Storage was published on 30 July 2013 <http://www.w3.org/TR/2013/REC-webstorage-20130730/>.

Latest Editor's Draft of Web Storage is: <http://dev.w3.org/html5/webstorage/>.

back to top