mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
|
@ -0,0 +1,8 @@
|
|||
[checked.html]
|
||||
type: testharness
|
||||
[\':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]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +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]
|
||||
expected: FAIL
|
||||
|
||||
[\':default\' matches dynamically changed form\'s default buttons]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[dir.html]
|
||||
type: testharness
|
||||
[\':dir(rtl)\' matches all elements whose directionality is \'rtl\'.]
|
||||
expected: FAIL
|
||||
|
||||
[\':dir(ltr)\' matches all elements whose directionality is \'ltr\'.]
|
||||
expected: FAIL
|
||||
|
||||
[\':dir(ltr)\' doesn\'t match elements not in the document.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[dir01.html]
|
||||
type: testharness
|
||||
[direction doesn\'t affect :dir()]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[enabled.html]
|
||||
type: testharness
|
||||
[\':enabled\' should <a>s/<area>s/<link>s that have an href attribute and elements that are not disabled]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[focus.html]
|
||||
type: testharness
|
||||
[input3 has the attribute autofocus]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[indeterminate.html]
|
||||
type: testharness
|
||||
[\':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]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +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]
|
||||
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]
|
||||
expected: FAIL
|
||||
|
||||
[\':in-range\' update number1\'s value < min]
|
||||
expected: FAIL
|
||||
|
||||
[\':out-of-range\' update number1\'s value < min]
|
||||
expected: FAIL
|
||||
|
||||
[\':in-range\' update number3\'s min < value]
|
||||
expected: FAIL
|
||||
|
||||
[\':out-of-range\' update number3\'s min < value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,50 @@
|
|||
[readwrite-readonly.html]
|
||||
type: testharness
|
||||
[The :read-write pseudo-class must match input elements to which the readonly attribute applies, and that are mutable]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-only pseudo-class must not match input elements to which the readonly attribute applies, and that are mutable]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-write pseudo-class must not match input elements after the readonly attribute has been added]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-only pseudo-class must match input elements after the readonly attribute has been added]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-write pseudo-class must not match input elements after the readonly attribute has been removed]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-only pseudo-class must match input elements after the readonly attribute has been removed]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-write pseudo-class must match textarea elements that do not have a readonly attribute, and that are not disabled]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-only pseudo-class must match textarea elements that have a readonly attribute, or that are disabled]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-write pseudo-class must match textarea elements after the readonly attribute has been added]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-only pseudo-class must match textarea elements after the readonly attribute has been added]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-write pseudo-class must not match textarea elements that are disabled]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-only pseudo-class must match textarea elements that are disabled]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-write pseudo-class must match elements that are editable]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-only pseudo-class must not match elements that are editable]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-write pseudo-class must match elements that are editing hosts]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-only pseudo-class must not match elements that are editing hosts]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
[required-optional.html]
|
||||
type: testharness
|
||||
[\':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]
|
||||
expected: FAIL
|
||||
|
||||
[\':required\' doesn\'t match elements whose required attribute has been removed]
|
||||
expected: FAIL
|
||||
|
||||
[\':optional\' matches elements whose required attribute has been removed]
|
||||
expected: FAIL
|
||||
|
||||
[\':required\' matches elements whose required attribute has been added]
|
||||
expected: FAIL
|
||||
|
||||
[\':optional\' doesn\'t match elements whose required attribute has been added]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
[valid-invalid.html]
|
||||
type: testharness
|
||||
[\':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]
|
||||
expected: FAIL
|
||||
|
||||
[\':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]
|
||||
expected: FAIL
|
||||
|
||||
[\':valid\' matches elements that satisfy their number constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':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]
|
||||
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]
|
||||
expected: FAIL
|
||||
|
||||
[\':invalid\' matches elements that do not satisfy their pattern constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':invalid\' matches elements that do not satisfy their number constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':valid\' matches new elements that satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':invalid\' doesn\'t match new elements that satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':valid\' doesn\'t match new elements that do not satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
||||
[\':invalid\' matches new elements that do not satisfy their constraints]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue