mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests expected data to revision 2a9fd810bb18610b422dbc3998ab74aa1bffae95
This commit is contained in:
parent
f837e575fe
commit
291ac06c01
109 changed files with 2512 additions and 2559 deletions
|
@ -1,11 +1,11 @@
|
|||
[checked.html]
|
||||
type: testharness
|
||||
[\':checked\' matches checked <input>/<menuitem> in checkbox and radio button states, selected <option>s]
|
||||
[':checked' matches checked <input>/<menuitem> in checkbox and radio button states, selected <option>s]
|
||||
expected: FAIL
|
||||
|
||||
[\':checked\' should no longer match <input>s whose type checkbox/radio has been removed]
|
||||
[':checked' should no longer match <input>s whose type checkbox/radio has been removed]
|
||||
expected: FAIL
|
||||
|
||||
[\':checked\' matches clicked checkbox and radio buttons]
|
||||
[':checked' matches clicked checkbox and radio buttons]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[default.html]
|
||||
type: testharness
|
||||
[\':default\' matches <button>s that are their form\'s default button, <input>s of type submit/image that are their form\'s default button, checked <input>s and selected <option>s]
|
||||
[':default' matches <button>s that are their form's default button, <input>s of type submit/image that are their form's default button, checked <input>s and selected <option>s]
|
||||
expected: FAIL
|
||||
|
||||
[\':default\' matches dynamically changed form\'s default buttons]
|
||||
[':default' matches dynamically changed form's default buttons]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
[dir.html]
|
||||
type: testharness
|
||||
[\':dir(rtl)\' matches all elements whose directionality is \'rtl\'.]
|
||||
[':dir(rtl)' matches all elements whose directionality is 'rtl'.]
|
||||
expected: FAIL
|
||||
|
||||
[\':dir(ltr)\' matches all elements whose directionality is \'ltr\'.]
|
||||
[':dir(ltr)' matches all elements whose directionality is 'ltr'.]
|
||||
expected: FAIL
|
||||
|
||||
[\':dir(ltr)\' doesn\'t match elements not in the document.]
|
||||
[':dir(ltr)' doesn't match elements not in the document.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[dir01.html]
|
||||
type: testharness
|
||||
[direction doesn\'t affect :dir()]
|
||||
[direction doesn't affect :dir()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[enabled.html]
|
||||
type: testharness
|
||||
[\':enabled\' elements that are not disabled]
|
||||
[':enabled' elements that are not disabled]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
[editable elements are focusable]
|
||||
expected: FAIL
|
||||
|
||||
[\':focus\' matches focussed body with tabindex]
|
||||
[':focus' matches focussed body with tabindex]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[indeterminate.html]
|
||||
type: testharness
|
||||
[\':progress\' matches <input>s radio buttons whose radio button group contains no checked input and <progress> elements without value attribute]
|
||||
[':progress' matches <input>s radio buttons whose radio button group contains no checked input and <progress> elements without value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[dynamically check a radio input in a radio button group]
|
||||
|
@ -9,9 +9,9 @@
|
|||
[click on radio4 which is in the indeterminate state]
|
||||
expected: FAIL
|
||||
|
||||
[removing progress2\'s value should put it in an indeterminate state]
|
||||
[removing progress2's value should put it in an indeterminate state]
|
||||
expected: FAIL
|
||||
|
||||
[\':progress\' also matches <input> checkbox whose indeterminate IDL is set to true]
|
||||
[':progress' also matches <input> checkbox whose indeterminate IDL is set to true]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
[inrange-outofrange.html]
|
||||
type: testharness
|
||||
[\':in-range\' matches all elements that are candidates for constraint validation, have range limitations, and that are neither suffering from an underflow nor suffering from an overflow]
|
||||
[':in-range' matches all elements that are candidates for constraint validation, have range limitations, and that are neither suffering from an underflow nor suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[\':out-of-range\' matches all elements that are candidates for constraint validation, have range limitations, and that are either suffering from an underflow or suffering from an overflow]
|
||||
[':out-of-range' matches all elements that are candidates for constraint validation, have range limitations, and that are either suffering from an underflow or suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[\':in-range\' update number1\'s value < min]
|
||||
[':in-range' update number1's value < min]
|
||||
expected: FAIL
|
||||
|
||||
[\':out-of-range\' update number1\'s value < min]
|
||||
[':out-of-range' update number1's value < min]
|
||||
expected: FAIL
|
||||
|
||||
[\':in-range\' update number3\'s min < value]
|
||||
[':in-range' update number3's min < value]
|
||||
expected: FAIL
|
||||
|
||||
[\':out-of-range\' update number3\'s min < value]
|
||||
[':out-of-range' update number3's min < value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,44 +1,44 @@
|
|||
[valid-invalid.html]
|
||||
type: testharness
|
||||
[\':valid\' matches elements that satisfy their constraints]
|
||||
[':valid' matches elements that satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':valid\' matches form elements that are not the form owner of any elements that themselves are candidates for constraint validation but do not satisfy their constraints]
|
||||
[':valid' matches form elements that are not the form owner of any elements that themselves are candidates for constraint validation but do not satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':valid\' matches fieldset elements that have no descendant elements that themselves are candidates for constraint validation but do not satisfy their constraints]
|
||||
[':valid' matches fieldset elements that have no descendant elements that themselves are candidates for constraint validation but do not satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':valid\' matches elements that satisfy their pattern constraints]
|
||||
[':valid' matches elements that satisfy their pattern constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':valid\' matches elements that satisfy their number constraints]
|
||||
[':valid' matches elements that satisfy their number constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':invalid\' matches elements that do not satisfy their simple text constraints]
|
||||
[':invalid' matches elements that do not satisfy their simple text constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':invalid\' matches form elements that are the form owner of one or more elements that themselves are candidates for constraint validation but do not satisfy their constraints]
|
||||
[':invalid' matches form elements that are the form owner of one or more elements that themselves are candidates for constraint validation but do not satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':invalid\' matches fieldset elements that have of one or more descendant elements that themselves are candidates for constraint validation but do not satisfy their constraints]
|
||||
[':invalid' matches fieldset elements that have of one or more descendant elements that themselves are candidates for constraint validation but do not satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':invalid\' matches elements that do not satisfy their pattern constraints]
|
||||
[':invalid' matches elements that do not satisfy their pattern constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':invalid\' matches elements that do not satisfy their number constraints]
|
||||
[':invalid' matches elements that do not satisfy their number constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':valid\' matches new elements that satisfy their constraints]
|
||||
[':valid' matches new elements that satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':invalid\' doesn\'t match new elements that satisfy their constraints]
|
||||
[':invalid' doesn't match new elements that satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':valid\' doesn\'t match new elements that do not satisfy their constraints]
|
||||
[':valid' doesn't match new elements that do not satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':invalid\' matches new elements that do not satisfy their constraints]
|
||||
[':invalid' matches new elements that do not satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue