summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/editing/editing-0/writing-suggestions/writingsuggestions.html.ini
blob: bb528811e22b583cb63126873bd0406c81480c0a (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
[writingsuggestions.html]
  [Test that the writingsuggestions attribute is available on HTMLInputElement.]
    expected: FAIL

  [Test that the writingsuggestions attribute is available on HTMLTextAreaElement.]
    expected: FAIL

  [Test that the writingsuggestions attribute is available on HTMLDivElement.]
    expected: FAIL

  [Test that the writingsuggestions attribute is available on HTMLSpanElement.]
    expected: FAIL

  [Test that the writingsuggestions attribute is available on custom elements.]
    expected: FAIL

  [Test setting the `writingsuggestions` IDL attribute to `true` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to `true` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` IDL attribute to boolean `true` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to boolean `true` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` IDL attribute to `TrUe` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to `TrUe` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` IDL attribute to `false` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to `false` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` IDL attribute to boolean `false` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to boolean `false` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` IDL attribute to `FaLsE` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to `FaLsE` directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` IDL attribute to the empty string directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to the empty string directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` IDL attribute to an invalid value directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to an invalid value directly on the target element.]
    expected: FAIL

  [Test the writing suggestions state when the `writingsuggestions` attribute is missing.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to `false` after the IDL attribute was set to `true`.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to `FaLsE` after the IDL attribute was set to `true`.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to boolean `false` after the IDL attribute was set to `true`.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to `true` after the IDL attribute was set to `false`.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to the empty string after the IDL attribute was set to `false`.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to an invalid value after the IDL attribute was set to `false`.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to `TrUe` after the IDL attribute was set to `false`.]
    expected: FAIL

  [Test setting the `writingsuggestions` content attribute to boolean `true` after the IDL attribute was set to `false`.]
    expected: FAIL

  [Test setting the `writingsuggestions` attribute with a missing value directly on the target element.]
    expected: FAIL

  [Test setting the `writingsuggestions` attribute to "true" on a parent element.]
    expected: FAIL

  [Test setting the `writingsuggestions` attribute to an empty string on a parent element.]
    expected: FAIL

  [Test setting the `writingsuggestions` attribute to "false" on a parent element.]
    expected: FAIL

  [Test setting the `writingsuggestions` attribute to an invalid value on a parent element.]
    expected: FAIL

  [Test overriding the parent element's `writingsuggestions` attribute from "true" to "false".]
    expected: FAIL

  [Test overriding the parent element's `writingsuggestions` attribute from the empty string to "false".]
    expected: FAIL

  [Test overriding the parent element's `writingsuggestions` attribute from "false" to "true".]
    expected: FAIL

  [Test overriding the parent element's `writingsuggestions` attribute from "false" to an invalid value.]
    expected: FAIL

  [Test overriding the parent element's `writingsuggestions` attribute from "false" to the empty string.]
    expected: FAIL

  [Test turning off writing suggestions for an entire document.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "false" to "true".]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "false" to "true".]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "false" to "true".]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "false" to "true".]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "false" to the empty string.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "false" to the empty string.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "false" to the empty string.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "false" to the empty string.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "false" to an invalid value.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "false" to an invalid value.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "false" to an invalid value.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "false" to an invalid value.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "true" to "false".]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "true" to "false".]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "true" to "false".]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "true" to "false".]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from the empty string to "false".]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from the empty string to "false".]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from the empty string to "false".]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from the empty string to "false".]
    expected: FAIL

  [Test that for continuous text on the screen, writing suggestions may be allowed in one part but not another.]
    expected: FAIL

  [Test that the writingsuggestions attribute is available on an input type which the attribute doesn't apply. The User Agent is responsible that writing suggestions are not applied to the element.]
    expected: FAIL

  [Test that the writingsuggestions attribute is available on a disabled element. The User Agent is responsible that writing suggestions are not applied to the element.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "false" to "true". The User Agent is responsible that writing suggestions are not applied to the element]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "false" to "true". The User Agent is responsible that writing suggestions are not applied to the element]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "false" to the empty string. The User Agent is responsible that writing suggestions are not applied to the element.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "false" to the empty string. The User Agent is responsible that writing suggestions are not applied to the element.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "false" to an invalid value. The User Agent is responsible that writing suggestions are not applied to the element.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "false" to an invalid value. The User Agent is responsible that writing suggestions are not applied to the element.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "true" to "false". The User Agent is responsible that writing suggestions are not applied to the element.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "true" to "false". The User Agent is responsible that writing suggestions are not applied to the element.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from the empty string to "false". The User Agent is responsible that writing suggestions are not applied to the element.]
    expected: FAIL

  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from the empty string to "false". The User Agent is responsible that writing suggestions are not applied to the element.]
    expected: FAIL