Files
servo/tests/wpt/metadata/html/semantics/selectors/pseudo-classes/readwrite-readonly.html.ini
Jack Moffitt c6ab60dbfc Cargoify servo
2014-09-08 20:21:42 -06:00

51 lines
1.9 KiB
INI

[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