mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
51 lines
1.9 KiB
INI
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
|
|
|