summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/selectors/pseudo-classes/readwrite-readonly.html.ini
blob: e65d8ddbade36a151de7cae529b2b19caa805224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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