Update web-platform-tests expected data to revision 2a9fd810bb18610b422dbc3998ab74aa1bffae95

This commit is contained in:
James Graham
2015-04-24 15:54:58 +01:00
parent f837e575fe
commit 291ac06c01
109 changed files with 2512 additions and 2559 deletions

View File

@@ -1,20 +1,20 @@
[required-optional.html]
type: testharness
[\':required\' matches required <input>s, <select>s and <textarea>s]
[':required' matches required <input>s, <select>s and <textarea>s]
expected: FAIL
[\':optional\' matches elements <input>s, <select>s and <textarea>s that are not required]
[':optional' matches elements <input>s, <select>s and <textarea>s that are not required]
expected: FAIL
[\':required\' doesn\'t match elements whose required attribute has been removed]
[':required' doesn't match elements whose required attribute has been removed]
expected: FAIL
[\':optional\' matches elements whose required attribute has been removed]
[':optional' matches elements whose required attribute has been removed]
expected: FAIL
[\':required\' matches elements whose required attribute has been added]
[':required' matches elements whose required attribute has been added]
expected: FAIL
[\':optional\' doesn\'t match elements whose required attribute has been added]
[':optional' doesn't match elements whose required attribute has been added]
expected: FAIL