mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c' * fix linter errors after WPT import Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update expectations --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
24 lines
889 B
INI
24 lines
889 B
INI
[readwrite-readonly.html]
|
|
type: testharness
|
|
bug: https://github.com/servo/servo/issues/10732
|
|
[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
|
|
|
|
[The :read-write pseudo-class must match elements that are inside editing hosts, but not match inputs and textareas inside that aren't]
|
|
expected: FAIL
|