mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
Cargoify servo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user