mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
31 lines
1.1 KiB
INI
31 lines
1.1 KiB
INI
[readwrite-readonly.html]
|
|
type: testharness
|
|
bug: https://github.com/servo/servo/issues/10732
|
|
[The :read-only pseudo-class must not match input elements to which the readonly attribute applies, and that are mutable]
|
|
expected: FAIL
|
|
|
|
[The :read-only pseudo-class must 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 removed]
|
|
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
|
|
|
|
[The :read-write pseudo-class must not match input elements to which the readonly attribute does not apply]
|
|
expected: FAIL
|
|
|
|
[The :read-only pseudo-class must match input elements to which the readonly attribute does not apply]
|
|
expected: FAIL
|
|
|