Cargoify servo

This commit is contained in:
Jack Moffitt
2014-08-28 09:34:23 -06:00
parent db2f642c32
commit c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions

View File

@@ -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