summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/selectors/pseudo-classes/readwrite-readonly.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/selectors/pseudo-classes/readwrite-readonly.html.ini')
-rw-r--r--testing/web-platform/meta/html/semantics/selectors/pseudo-classes/readwrite-readonly.html.ini56
1 files changed, 56 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/selectors/pseudo-classes/readwrite-readonly.html.ini b/testing/web-platform/meta/html/semantics/selectors/pseudo-classes/readwrite-readonly.html.ini
new file mode 100644
index 000000000..e65d8ddba
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/selectors/pseudo-classes/readwrite-readonly.html.ini
@@ -0,0 +1,56 @@
+[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
+
+ [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
+