Files
servo/tests/wpt/meta-legacy-layout/html/semantics/selectors/pseudo-classes/readwrite-readonly.html.ini
Servo WPT Sync c06ec90151 Sync WPT with upstream (04-10-2023) (#30493)
* 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>
2023-10-06 00:51:48 +00:00

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