Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-classlist-expected.txt

Issue 2903803002: DOMTokenList should unify duplicated tokens. (Closed)
Patch Set: Update a -expected.txt Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 1135 tests; 805 PASS, 330 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 1135 tests; 885 PASS, 250 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Assigning to classList (HTML node) 3 PASS Assigning to classList (HTML node)
4 PASS .supports() must throw TypeError (HTML node) 4 PASS .supports() must throw TypeError (HTML node)
5 PASS classList.length when removed (HTML node) 5 PASS classList.length when removed (HTML node)
6 PASS classList.length when set to "" (HTML node) 6 PASS classList.length when set to "" (HTML node)
7 PASS classList.length when set to " \t \f" (HTML node) 7 PASS classList.length when set to " \t \f" (HTML node)
8 PASS classList.length when set to "a" (HTML node) 8 PASS classList.length when set to "a" (HTML node)
9 PASS classList.length when set to "a A" (HTML node) 9 PASS classList.length when set to "a A" (HTML node)
10 PASS classList.length when set to "\r\na\t\f" (HTML node) 10 PASS classList.length when set to "\r\na\t\f" (HTML node)
11 FAIL classList.length when set to "a a" (HTML node) assert_equals: expected 1 bu t got 2 11 PASS classList.length when set to "a a" (HTML node)
12 FAIL classList.length when set to "a a a a a a" (HTML node) assert_equals: expec ted 1 but got 6 12 PASS classList.length when set to "a a a a a a" (HTML node)
13 FAIL classList.length when set to "a a b b" (HTML node) assert_equals: expected 2 but got 4 13 PASS classList.length when set to "a a b b" (HTML node)
14 PASS classList.length when set to "a A B b" (HTML node) 14 PASS classList.length when set to "a A B b" (HTML node)
15 FAIL classList.length when set to "a b c c b a a b c c" (HTML node) assert_equal s: expected 3 but got 10 15 PASS classList.length when set to "a b c c b a a b c c" (HTML node)
16 FAIL classList.length when set to " a a b" (HTML node) assert_equals: expecte d 2 but got 3 16 PASS classList.length when set to " a a b" (HTML node)
17 PASS classList.length when set to "a\tb\nc\fd\re f" (HTML node) 17 PASS classList.length when set to "a\tb\nc\fd\re f" (HTML node)
18 PASS classList.toString() when removed (HTML node) 18 PASS classList.toString() when removed (HTML node)
19 PASS classList.toString() when set to "foo" (HTML node) 19 PASS classList.toString() when set to "foo" (HTML node)
20 PASS classList.toString() when set to " a a b" (HTML node) 20 PASS classList.toString() when set to " a a b" (HTML node)
21 PASS classList.item() when set to null (HTML node) 21 PASS classList.item() when set to null (HTML node)
22 PASS classList.item() when set to "a" (HTML node) 22 PASS classList.item() when set to "a" (HTML node)
23 FAIL classList.item() when set to "aa AA aa" (HTML node) assert_equals: classLis t.item(2) expected (object) null but got (string) "aa" 23 PASS classList.item() when set to "aa AA aa" (HTML node)
24 PASS classList.item() when set to "a b" (HTML node) 24 PASS classList.item() when set to "a b" (HTML node)
25 FAIL classList.item() when set to " a a b" (HTML node) assert_equals: classLi st.item(1) expected "b" but got "a" 25 PASS classList.item() when set to " a a b" (HTML node)
26 PASS classList.item() when set to "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HTML node) 26 PASS classList.item() when set to "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HTML node)
27 PASS classList.contains("a") when set to null (HTML node) 27 PASS classList.contains("a") when set to null (HTML node)
28 PASS classList.contains("") when set to null (HTML node) 28 PASS classList.contains("") when set to null (HTML node)
29 PASS classList.contains(" ") when set to null (HTML node) 29 PASS classList.contains(" ") when set to null (HTML node)
30 PASS classList.contains("a") when set to "" (HTML node) 30 PASS classList.contains("a") when set to "" (HTML node)
31 PASS classList.contains("a") when set to "a" (HTML node) 31 PASS classList.contains("a") when set to "a" (HTML node)
32 PASS classList.contains("aa") when set to "a" (HTML node) 32 PASS classList.contains("aa") when set to "a" (HTML node)
33 PASS classList.contains("b") when set to "a" (HTML node) 33 PASS classList.contains("b") when set to "a" (HTML node)
34 PASS classList.contains("A") when set to "a" (HTML node) 34 PASS classList.contains("A") when set to "a" (HTML node)
35 PASS classList.contains("a.") when set to "a" (HTML node) 35 PASS classList.contains("a.") when set to "a" (HTML node)
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 PASS classList.add("a\f") with attribute value null (HTML node) 74 PASS classList.add("a\f") with attribute value null (HTML node)
75 PASS classList.add("\ra") with attribute value null (HTML node) 75 PASS classList.add("\ra") with attribute value null (HTML node)
76 PASS classList.add("a\r") with attribute value null (HTML node) 76 PASS classList.add("a\r") with attribute value null (HTML node)
77 PASS classList.add(" a") with attribute value null (HTML node) 77 PASS classList.add(" a") with attribute value null (HTML node)
78 PASS classList.add("a ") with attribute value null (HTML node) 78 PASS classList.add("a ") with attribute value null (HTML node)
79 PASS classList.add("a", " ") with attribute value null (HTML node) 79 PASS classList.add("a", " ") with attribute value null (HTML node)
80 PASS classList.add("a", "aa ") with attribute value null (HTML node) 80 PASS classList.add("a", "aa ") with attribute value null (HTML node)
81 PASS classList.add("a") with attribute value "a" (HTML node) 81 PASS classList.add("a") with attribute value "a" (HTML node)
82 PASS classList.add("AA") with attribute value "aa" (HTML node) 82 PASS classList.add("AA") with attribute value "aa" (HTML node)
83 PASS classList.add("a") with attribute value "a b c" (HTML node) 83 PASS classList.add("a") with attribute value "a b c" (HTML node)
84 FAIL classList.add("a") with attribute value "a a a b" (HTML node) assert_equal s: wrong class after modification expected "a b" but got "a a a b" 84 PASS classList.add("a") with attribute value "a a a b" (HTML node)
85 PASS classList.add("a") with attribute value null (HTML node) 85 PASS classList.add("a") with attribute value null (HTML node)
86 PASS classList.add("a") with attribute value "" (HTML node) 86 PASS classList.add("a") with attribute value "" (HTML node)
87 PASS classList.add("a") with attribute value " " (HTML node) 87 PASS classList.add("a") with attribute value " " (HTML node)
88 PASS classList.add("a") with attribute value " \f" (HTML node) 88 PASS classList.add("a") with attribute value " \f" (HTML node)
89 PASS classList.add("b") with attribute value "a" (HTML node) 89 PASS classList.add("b") with attribute value "a" (HTML node)
90 PASS classList.add("d") with attribute value "a b c" (HTML node) 90 PASS classList.add("d") with attribute value "a b c" (HTML node)
91 PASS classList.add("d") with attribute value "a b c " (HTML node) 91 PASS classList.add("d") with attribute value "a b c " (HTML node)
92 FAIL classList.add("c") with attribute value " a a b" (HTML node) assert_equa ls: wrong class after modification expected "a b c" but got "a a b c" 92 PASS classList.add("c") with attribute value " a a b" (HTML node)
93 FAIL classList.add("a") with attribute value " a a b" (HTML node) assert_equa ls: wrong class after modification expected "a b" but got "a a b" 93 PASS classList.add("a") with attribute value " a a b" (HTML node)
94 PASS classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HT ML node) 94 PASS classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HT ML node)
95 PASS classList.add("d", "e") with attribute value "a b c " (HTML node) 95 PASS classList.add("d", "e") with attribute value "a b c " (HTML node)
96 PASS classList.add("a", "a") with attribute value "a b c " (HTML node) 96 PASS classList.add("a", "a") with attribute value "a b c " (HTML node)
97 PASS classList.add("d", "d") with attribute value "a b c " (HTML node) 97 PASS classList.add("d", "d") with attribute value "a b c " (HTML node)
98 FAIL classList.add() with attribute value "a b c a " (HTML node) assert_equals: wrong class after modification expected "a b c" but got "a b c a" 98 PASS classList.add() with attribute value "a b c a " (HTML node)
99 PASS classList.add("a", "b") with attribute value null (HTML node) 99 PASS classList.add("a", "b") with attribute value null (HTML node)
100 PASS classList.add("a", "b") with attribute value "" (HTML node) 100 PASS classList.add("a", "b") with attribute value "" (HTML node)
101 PASS classList.add(null) with attribute value null (HTML node) 101 PASS classList.add(null) with attribute value null (HTML node)
102 PASS classList.add(undefined) with attribute value null (HTML node) 102 PASS classList.add(undefined) with attribute value null (HTML node)
103 PASS classList.remove("") with attribute value null (HTML node) 103 PASS classList.remove("") with attribute value null (HTML node)
104 PASS classList.remove(" ") with attribute value null (HTML node) 104 PASS classList.remove(" ") with attribute value null (HTML node)
105 PASS classList.remove("\ta") with attribute value "\ta" (HTML node) 105 PASS classList.remove("\ta") with attribute value "\ta" (HTML node)
106 PASS classList.remove("a\t") with attribute value "a\t" (HTML node) 106 PASS classList.remove("a\t") with attribute value "a\t" (HTML node)
107 PASS classList.remove("\na") with attribute value "\na" (HTML node) 107 PASS classList.remove("\na") with attribute value "\na" (HTML node)
108 PASS classList.remove("a\n") with attribute value "a\n" (HTML node) 108 PASS classList.remove("a\n") with attribute value "a\n" (HTML node)
(...skipping 15 matching lines...) Expand all
124 PASS classList.remove("aa") with attribute value "aa aa bb" (HTML node) 124 PASS classList.remove("aa") with attribute value "aa aa bb" (HTML node)
125 PASS classList.remove("a") with attribute value "a a b a a c a a" (HTML node) 125 PASS classList.remove("a") with attribute value "a a b a a c a a" (HTML node)
126 PASS classList.remove("b") with attribute value "a b c" (HTML node) 126 PASS classList.remove("b") with attribute value "a b c" (HTML node)
127 PASS classList.remove("bbb") with attribute value "aaa bbb ccc" (HTML node) 127 PASS classList.remove("bbb") with attribute value "aaa bbb ccc" (HTML node)
128 PASS classList.remove("b") with attribute value " a b c " (HTML node) 128 PASS classList.remove("b") with attribute value " a b c " (HTML node)
129 PASS classList.remove("b") with attribute value "a b b b c" (HTML node) 129 PASS classList.remove("b") with attribute value "a b b b c" (HTML node)
130 PASS classList.remove("c") with attribute value "a b c" (HTML node) 130 PASS classList.remove("c") with attribute value "a b c" (HTML node)
131 PASS classList.remove("c") with attribute value " a b c " (HTML node) 131 PASS classList.remove("c") with attribute value " a b c " (HTML node)
132 PASS classList.remove("c") with attribute value "a b c c c" (HTML node) 132 PASS classList.remove("c") with attribute value "a b c c c" (HTML node)
133 PASS classList.remove("a") with attribute value "a b a c a d a" (HTML node) 133 PASS classList.remove("a") with attribute value "a b a c a d a" (HTML node)
134 FAIL classList.remove("AA") with attribute value "AA BB aa CC AA dd aa" (HTML no de) assert_equals: wrong class after modification expected "BB aa CC dd" but got "BB aa CC dd aa" 134 PASS classList.remove("AA") with attribute value "AA BB aa CC AA dd aa" (HTML no de)
135 PASS classList.remove("a") with attribute value "\ra\na\ta\f" (HTML node) 135 PASS classList.remove("a") with attribute value "\ra\na\ta\f" (HTML node)
136 PASS classList.remove("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HTML node) 136 PASS classList.remove("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HTML node)
137 PASS classList.remove("d", "e") with attribute value "a b c " (HTML node) 137 PASS classList.remove("d", "e") with attribute value "a b c " (HTML node)
138 PASS classList.remove("a", "b") with attribute value "a b c " (HTML node) 138 PASS classList.remove("a", "b") with attribute value "a b c " (HTML node)
139 PASS classList.remove("a", "c") with attribute value "a b c " (HTML node) 139 PASS classList.remove("a", "c") with attribute value "a b c " (HTML node)
140 PASS classList.remove("a", "a") with attribute value "a b c " (HTML node) 140 PASS classList.remove("a", "a") with attribute value "a b c " (HTML node)
141 PASS classList.remove("d", "d") with attribute value "a b c " (HTML node) 141 PASS classList.remove("d", "d") with attribute value "a b c " (HTML node)
142 PASS classList.remove() with attribute value "a b c " (HTML node) 142 PASS classList.remove() with attribute value "a b c " (HTML node)
143 PASS classList.remove("a", "b") with attribute value null (HTML node) 143 PASS classList.remove("a", "b") with attribute value null (HTML node)
144 PASS classList.remove("a", "b") with attribute value "" (HTML node) 144 PASS classList.remove("a", "b") with attribute value "" (HTML node)
145 FAIL classList.remove() with attribute value "a a" (HTML node) assert_equals: wr ong class after modification expected "a" but got "a a" 145 PASS classList.remove() with attribute value "a a" (HTML node)
146 PASS classList.remove(null) with attribute value "null" (HTML node) 146 PASS classList.remove(null) with attribute value "null" (HTML node)
147 PASS classList.remove(undefined) with attribute value "undefined" (HTML node) 147 PASS classList.remove(undefined) with attribute value "undefined" (HTML node)
148 PASS classList.toggle("") with attribute value null (HTML node) 148 PASS classList.toggle("") with attribute value null (HTML node)
149 PASS classList.toggle("aa ") with attribute value null (HTML node) 149 PASS classList.toggle("aa ") with attribute value null (HTML node)
150 PASS classList.toggle("a") with attribute value null (HTML node) 150 PASS classList.toggle("a") with attribute value null (HTML node)
151 PASS classList.toggle("a") with attribute value "" (HTML node) 151 PASS classList.toggle("a") with attribute value "" (HTML node)
152 PASS classList.toggle("a") with attribute value " " (HTML node) 152 PASS classList.toggle("a") with attribute value " " (HTML node)
153 PASS classList.toggle("a") with attribute value " \f" (HTML node) 153 PASS classList.toggle("a") with attribute value " \f" (HTML node)
154 PASS classList.toggle("b") with attribute value "a" (HTML node) 154 PASS classList.toggle("b") with attribute value "a" (HTML node)
155 PASS classList.toggle("A") with attribute value "a" (HTML node) 155 PASS classList.toggle("A") with attribute value "a" (HTML node)
156 PASS classList.toggle("d") with attribute value "a b c" (HTML node) 156 PASS classList.toggle("d") with attribute value "a b c" (HTML node)
157 FAIL classList.toggle("d") with attribute value " a a b" (HTML node) assert_e quals: wrong class after modification expected "a b d" but got "a a b d" 157 PASS classList.toggle("d") with attribute value " a a b" (HTML node)
158 PASS classList.toggle("a") with attribute value "a" (HTML node) 158 PASS classList.toggle("a") with attribute value "a" (HTML node)
159 PASS classList.toggle("a") with attribute value " a a a " (HTML node) 159 PASS classList.toggle("a") with attribute value " a a a " (HTML node)
160 FAIL classList.toggle("a") with attribute value " A A A " (HTML node) assert_equ als: wrong class after modification expected "A a" but got "A A A a" 160 PASS classList.toggle("a") with attribute value " A A A " (HTML node)
161 PASS classList.toggle("b") with attribute value " a b c " (HTML node) 161 PASS classList.toggle("b") with attribute value " a b c " (HTML node)
162 PASS classList.toggle("b") with attribute value " a b c b b" (HTML node) 162 PASS classList.toggle("b") with attribute value " a b c b b" (HTML node)
163 PASS classList.toggle("c") with attribute value " a b c " (HTML node) 163 PASS classList.toggle("c") with attribute value " a b c " (HTML node)
164 PASS classList.toggle("a") with attribute value " a b c " (HTML node) 164 PASS classList.toggle("a") with attribute value " a b c " (HTML node)
165 FAIL classList.toggle("b") with attribute value " a a b" (HTML node) assert_e quals: wrong class after modification expected "a" but got "a a" 165 PASS classList.toggle("b") with attribute value " a a b" (HTML node)
166 PASS classList.toggle("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HTML node) 166 PASS classList.toggle("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HTML node)
167 PASS classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HTML node) 167 PASS classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HTML node)
168 PASS classList.toggle(null) with attribute value "null" (HTML node) 168 PASS classList.toggle(null) with attribute value "null" (HTML node)
169 PASS classList.toggle(null) with attribute value "" (HTML node) 169 PASS classList.toggle(null) with attribute value "" (HTML node)
170 PASS classList.toggle(undefined) with attribute value "undefined" (HTML node) 170 PASS classList.toggle(undefined) with attribute value "undefined" (HTML node)
171 PASS classList.toggle(undefined) with attribute value "" (HTML node) 171 PASS classList.toggle(undefined) with attribute value "" (HTML node)
172 PASS classList.toggle("a", true) with attribute value "" (HTML node) 172 PASS classList.toggle("a", true) with attribute value "" (HTML node)
173 PASS classList.toggle("a", true) with attribute value "a" (HTML node) 173 PASS classList.toggle("a", true) with attribute value "a" (HTML node)
174 PASS classList.toggle("b", true) with attribute value "a" (HTML node) 174 PASS classList.toggle("b", true) with attribute value "a" (HTML node)
175 PASS classList.toggle("b", true) with attribute value "a b" (HTML node) 175 PASS classList.toggle("b", true) with attribute value "a b" (HTML node)
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 FAIL classList.replace(undefined, "b") with attribute value "a undefined" (HTML node) Cannot read property 'apply' of undefined 306 FAIL classList.replace(undefined, "b") with attribute value "a undefined" (HTML node) Cannot read property 'apply' of undefined
307 FAIL classList.replace("a", undefined) with attribute value "a b" (HTML node) Ca nnot read property 'apply' of undefined 307 FAIL classList.replace("a", undefined) with attribute value "a b" (HTML node) Ca nnot read property 'apply' of undefined
308 PASS Assigning to classList (XHTML node) 308 PASS Assigning to classList (XHTML node)
309 PASS .supports() must throw TypeError (XHTML node) 309 PASS .supports() must throw TypeError (XHTML node)
310 PASS classList.length when removed (XHTML node) 310 PASS classList.length when removed (XHTML node)
311 PASS classList.length when set to "" (XHTML node) 311 PASS classList.length when set to "" (XHTML node)
312 PASS classList.length when set to " \t \f" (XHTML node) 312 PASS classList.length when set to " \t \f" (XHTML node)
313 PASS classList.length when set to "a" (XHTML node) 313 PASS classList.length when set to "a" (XHTML node)
314 PASS classList.length when set to "a A" (XHTML node) 314 PASS classList.length when set to "a A" (XHTML node)
315 PASS classList.length when set to "\r\na\t\f" (XHTML node) 315 PASS classList.length when set to "\r\na\t\f" (XHTML node)
316 FAIL classList.length when set to "a a" (XHTML node) assert_equals: expected 1 b ut got 2 316 PASS classList.length when set to "a a" (XHTML node)
317 FAIL classList.length when set to "a a a a a a" (XHTML node) assert_equals: expe cted 1 but got 6 317 PASS classList.length when set to "a a a a a a" (XHTML node)
318 FAIL classList.length when set to "a a b b" (XHTML node) assert_equals: expected 2 but got 4 318 PASS classList.length when set to "a a b b" (XHTML node)
319 PASS classList.length when set to "a A B b" (XHTML node) 319 PASS classList.length when set to "a A B b" (XHTML node)
320 FAIL classList.length when set to "a b c c b a a b c c" (XHTML node) assert_equa ls: expected 3 but got 10 320 PASS classList.length when set to "a b c c b a a b c c" (XHTML node)
321 FAIL classList.length when set to " a a b" (XHTML node) assert_equals: expect ed 2 but got 3 321 PASS classList.length when set to " a a b" (XHTML node)
322 PASS classList.length when set to "a\tb\nc\fd\re f" (XHTML node) 322 PASS classList.length when set to "a\tb\nc\fd\re f" (XHTML node)
323 PASS classList.toString() when removed (XHTML node) 323 PASS classList.toString() when removed (XHTML node)
324 PASS classList.toString() when set to "foo" (XHTML node) 324 PASS classList.toString() when set to "foo" (XHTML node)
325 PASS classList.toString() when set to " a a b" (XHTML node) 325 PASS classList.toString() when set to " a a b" (XHTML node)
326 PASS classList.item() when set to null (XHTML node) 326 PASS classList.item() when set to null (XHTML node)
327 PASS classList.item() when set to "a" (XHTML node) 327 PASS classList.item() when set to "a" (XHTML node)
328 FAIL classList.item() when set to "aa AA aa" (XHTML node) assert_equals: classLi st.item(2) expected (object) null but got (string) "aa" 328 PASS classList.item() when set to "aa AA aa" (XHTML node)
329 PASS classList.item() when set to "a b" (XHTML node) 329 PASS classList.item() when set to "a b" (XHTML node)
330 FAIL classList.item() when set to " a a b" (XHTML node) assert_equals: classL ist.item(1) expected "b" but got "a" 330 PASS classList.item() when set to " a a b" (XHTML node)
331 PASS classList.item() when set to "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XHTML node) 331 PASS classList.item() when set to "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XHTML node)
332 PASS classList.contains("a") when set to null (XHTML node) 332 PASS classList.contains("a") when set to null (XHTML node)
333 PASS classList.contains("") when set to null (XHTML node) 333 PASS classList.contains("") when set to null (XHTML node)
334 PASS classList.contains(" ") when set to null (XHTML node) 334 PASS classList.contains(" ") when set to null (XHTML node)
335 PASS classList.contains("a") when set to "" (XHTML node) 335 PASS classList.contains("a") when set to "" (XHTML node)
336 PASS classList.contains("a") when set to "a" (XHTML node) 336 PASS classList.contains("a") when set to "a" (XHTML node)
337 PASS classList.contains("aa") when set to "a" (XHTML node) 337 PASS classList.contains("aa") when set to "a" (XHTML node)
338 PASS classList.contains("b") when set to "a" (XHTML node) 338 PASS classList.contains("b") when set to "a" (XHTML node)
339 PASS classList.contains("A") when set to "a" (XHTML node) 339 PASS classList.contains("A") when set to "a" (XHTML node)
340 PASS classList.contains("a.") when set to "a" (XHTML node) 340 PASS classList.contains("a.") when set to "a" (XHTML node)
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 PASS classList.add("a\f") with attribute value null (XHTML node) 379 PASS classList.add("a\f") with attribute value null (XHTML node)
380 PASS classList.add("\ra") with attribute value null (XHTML node) 380 PASS classList.add("\ra") with attribute value null (XHTML node)
381 PASS classList.add("a\r") with attribute value null (XHTML node) 381 PASS classList.add("a\r") with attribute value null (XHTML node)
382 PASS classList.add(" a") with attribute value null (XHTML node) 382 PASS classList.add(" a") with attribute value null (XHTML node)
383 PASS classList.add("a ") with attribute value null (XHTML node) 383 PASS classList.add("a ") with attribute value null (XHTML node)
384 PASS classList.add("a", " ") with attribute value null (XHTML node) 384 PASS classList.add("a", " ") with attribute value null (XHTML node)
385 PASS classList.add("a", "aa ") with attribute value null (XHTML node) 385 PASS classList.add("a", "aa ") with attribute value null (XHTML node)
386 PASS classList.add("a") with attribute value "a" (XHTML node) 386 PASS classList.add("a") with attribute value "a" (XHTML node)
387 PASS classList.add("AA") with attribute value "aa" (XHTML node) 387 PASS classList.add("AA") with attribute value "aa" (XHTML node)
388 PASS classList.add("a") with attribute value "a b c" (XHTML node) 388 PASS classList.add("a") with attribute value "a b c" (XHTML node)
389 FAIL classList.add("a") with attribute value "a a a b" (XHTML node) assert_equa ls: wrong class after modification expected "a b" but got "a a a b" 389 PASS classList.add("a") with attribute value "a a a b" (XHTML node)
390 PASS classList.add("a") with attribute value null (XHTML node) 390 PASS classList.add("a") with attribute value null (XHTML node)
391 PASS classList.add("a") with attribute value "" (XHTML node) 391 PASS classList.add("a") with attribute value "" (XHTML node)
392 PASS classList.add("a") with attribute value " " (XHTML node) 392 PASS classList.add("a") with attribute value " " (XHTML node)
393 PASS classList.add("a") with attribute value " \f" (XHTML node) 393 PASS classList.add("a") with attribute value " \f" (XHTML node)
394 PASS classList.add("b") with attribute value "a" (XHTML node) 394 PASS classList.add("b") with attribute value "a" (XHTML node)
395 PASS classList.add("d") with attribute value "a b c" (XHTML node) 395 PASS classList.add("d") with attribute value "a b c" (XHTML node)
396 PASS classList.add("d") with attribute value "a b c " (XHTML node) 396 PASS classList.add("d") with attribute value "a b c " (XHTML node)
397 FAIL classList.add("c") with attribute value " a a b" (XHTML node) assert_equ als: wrong class after modification expected "a b c" but got "a a b c" 397 PASS classList.add("c") with attribute value " a a b" (XHTML node)
398 FAIL classList.add("a") with attribute value " a a b" (XHTML node) assert_equ als: wrong class after modification expected "a b" but got "a a b" 398 PASS classList.add("a") with attribute value " a a b" (XHTML node)
399 PASS classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XH TML node) 399 PASS classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XH TML node)
400 PASS classList.add("d", "e") with attribute value "a b c " (XHTML node) 400 PASS classList.add("d", "e") with attribute value "a b c " (XHTML node)
401 PASS classList.add("a", "a") with attribute value "a b c " (XHTML node) 401 PASS classList.add("a", "a") with attribute value "a b c " (XHTML node)
402 PASS classList.add("d", "d") with attribute value "a b c " (XHTML node) 402 PASS classList.add("d", "d") with attribute value "a b c " (XHTML node)
403 FAIL classList.add() with attribute value "a b c a " (XHTML node) assert_equals: wrong class after modification expected "a b c" but got "a b c a" 403 PASS classList.add() with attribute value "a b c a " (XHTML node)
404 PASS classList.add("a", "b") with attribute value null (XHTML node) 404 PASS classList.add("a", "b") with attribute value null (XHTML node)
405 PASS classList.add("a", "b") with attribute value "" (XHTML node) 405 PASS classList.add("a", "b") with attribute value "" (XHTML node)
406 PASS classList.add(null) with attribute value null (XHTML node) 406 PASS classList.add(null) with attribute value null (XHTML node)
407 PASS classList.add(undefined) with attribute value null (XHTML node) 407 PASS classList.add(undefined) with attribute value null (XHTML node)
408 PASS classList.remove("") with attribute value null (XHTML node) 408 PASS classList.remove("") with attribute value null (XHTML node)
409 PASS classList.remove(" ") with attribute value null (XHTML node) 409 PASS classList.remove(" ") with attribute value null (XHTML node)
410 PASS classList.remove("\ta") with attribute value "\ta" (XHTML node) 410 PASS classList.remove("\ta") with attribute value "\ta" (XHTML node)
411 PASS classList.remove("a\t") with attribute value "a\t" (XHTML node) 411 PASS classList.remove("a\t") with attribute value "a\t" (XHTML node)
412 PASS classList.remove("\na") with attribute value "\na" (XHTML node) 412 PASS classList.remove("\na") with attribute value "\na" (XHTML node)
413 PASS classList.remove("a\n") with attribute value "a\n" (XHTML node) 413 PASS classList.remove("a\n") with attribute value "a\n" (XHTML node)
(...skipping 15 matching lines...) Expand all
429 PASS classList.remove("aa") with attribute value "aa aa bb" (XHTML node) 429 PASS classList.remove("aa") with attribute value "aa aa bb" (XHTML node)
430 PASS classList.remove("a") with attribute value "a a b a a c a a" (XHTML node) 430 PASS classList.remove("a") with attribute value "a a b a a c a a" (XHTML node)
431 PASS classList.remove("b") with attribute value "a b c" (XHTML node) 431 PASS classList.remove("b") with attribute value "a b c" (XHTML node)
432 PASS classList.remove("bbb") with attribute value "aaa bbb ccc" (XHTML node) 432 PASS classList.remove("bbb") with attribute value "aaa bbb ccc" (XHTML node)
433 PASS classList.remove("b") with attribute value " a b c " (XHTML node) 433 PASS classList.remove("b") with attribute value " a b c " (XHTML node)
434 PASS classList.remove("b") with attribute value "a b b b c" (XHTML node) 434 PASS classList.remove("b") with attribute value "a b b b c" (XHTML node)
435 PASS classList.remove("c") with attribute value "a b c" (XHTML node) 435 PASS classList.remove("c") with attribute value "a b c" (XHTML node)
436 PASS classList.remove("c") with attribute value " a b c " (XHTML node) 436 PASS classList.remove("c") with attribute value " a b c " (XHTML node)
437 PASS classList.remove("c") with attribute value "a b c c c" (XHTML node) 437 PASS classList.remove("c") with attribute value "a b c c c" (XHTML node)
438 PASS classList.remove("a") with attribute value "a b a c a d a" (XHTML node) 438 PASS classList.remove("a") with attribute value "a b a c a d a" (XHTML node)
439 FAIL classList.remove("AA") with attribute value "AA BB aa CC AA dd aa" (XHTML n ode) assert_equals: wrong class after modification expected "BB aa CC dd" but go t "BB aa CC dd aa" 439 PASS classList.remove("AA") with attribute value "AA BB aa CC AA dd aa" (XHTML n ode)
440 PASS classList.remove("a") with attribute value "\ra\na\ta\f" (XHTML node) 440 PASS classList.remove("a") with attribute value "\ra\na\ta\f" (XHTML node)
441 PASS classList.remove("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XHTML node) 441 PASS classList.remove("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XHTML node)
442 PASS classList.remove("d", "e") with attribute value "a b c " (XHTML node) 442 PASS classList.remove("d", "e") with attribute value "a b c " (XHTML node)
443 PASS classList.remove("a", "b") with attribute value "a b c " (XHTML node) 443 PASS classList.remove("a", "b") with attribute value "a b c " (XHTML node)
444 PASS classList.remove("a", "c") with attribute value "a b c " (XHTML node) 444 PASS classList.remove("a", "c") with attribute value "a b c " (XHTML node)
445 PASS classList.remove("a", "a") with attribute value "a b c " (XHTML node) 445 PASS classList.remove("a", "a") with attribute value "a b c " (XHTML node)
446 PASS classList.remove("d", "d") with attribute value "a b c " (XHTML node) 446 PASS classList.remove("d", "d") with attribute value "a b c " (XHTML node)
447 PASS classList.remove() with attribute value "a b c " (XHTML node) 447 PASS classList.remove() with attribute value "a b c " (XHTML node)
448 PASS classList.remove("a", "b") with attribute value null (XHTML node) 448 PASS classList.remove("a", "b") with attribute value null (XHTML node)
449 PASS classList.remove("a", "b") with attribute value "" (XHTML node) 449 PASS classList.remove("a", "b") with attribute value "" (XHTML node)
450 FAIL classList.remove() with attribute value "a a" (XHTML node) assert_equals: w rong class after modification expected "a" but got "a a" 450 PASS classList.remove() with attribute value "a a" (XHTML node)
451 PASS classList.remove(null) with attribute value "null" (XHTML node) 451 PASS classList.remove(null) with attribute value "null" (XHTML node)
452 PASS classList.remove(undefined) with attribute value "undefined" (XHTML node) 452 PASS classList.remove(undefined) with attribute value "undefined" (XHTML node)
453 PASS classList.toggle("") with attribute value null (XHTML node) 453 PASS classList.toggle("") with attribute value null (XHTML node)
454 PASS classList.toggle("aa ") with attribute value null (XHTML node) 454 PASS classList.toggle("aa ") with attribute value null (XHTML node)
455 PASS classList.toggle("a") with attribute value null (XHTML node) 455 PASS classList.toggle("a") with attribute value null (XHTML node)
456 PASS classList.toggle("a") with attribute value "" (XHTML node) 456 PASS classList.toggle("a") with attribute value "" (XHTML node)
457 PASS classList.toggle("a") with attribute value " " (XHTML node) 457 PASS classList.toggle("a") with attribute value " " (XHTML node)
458 PASS classList.toggle("a") with attribute value " \f" (XHTML node) 458 PASS classList.toggle("a") with attribute value " \f" (XHTML node)
459 PASS classList.toggle("b") with attribute value "a" (XHTML node) 459 PASS classList.toggle("b") with attribute value "a" (XHTML node)
460 PASS classList.toggle("A") with attribute value "a" (XHTML node) 460 PASS classList.toggle("A") with attribute value "a" (XHTML node)
461 PASS classList.toggle("d") with attribute value "a b c" (XHTML node) 461 PASS classList.toggle("d") with attribute value "a b c" (XHTML node)
462 FAIL classList.toggle("d") with attribute value " a a b" (XHTML node) assert_ equals: wrong class after modification expected "a b d" but got "a a b d" 462 PASS classList.toggle("d") with attribute value " a a b" (XHTML node)
463 PASS classList.toggle("a") with attribute value "a" (XHTML node) 463 PASS classList.toggle("a") with attribute value "a" (XHTML node)
464 PASS classList.toggle("a") with attribute value " a a a " (XHTML node) 464 PASS classList.toggle("a") with attribute value " a a a " (XHTML node)
465 FAIL classList.toggle("a") with attribute value " A A A " (XHTML node) assert_eq uals: wrong class after modification expected "A a" but got "A A A a" 465 PASS classList.toggle("a") with attribute value " A A A " (XHTML node)
466 PASS classList.toggle("b") with attribute value " a b c " (XHTML node) 466 PASS classList.toggle("b") with attribute value " a b c " (XHTML node)
467 PASS classList.toggle("b") with attribute value " a b c b b" (XHTML node) 467 PASS classList.toggle("b") with attribute value " a b c b b" (XHTML node)
468 PASS classList.toggle("c") with attribute value " a b c " (XHTML node) 468 PASS classList.toggle("c") with attribute value " a b c " (XHTML node)
469 PASS classList.toggle("a") with attribute value " a b c " (XHTML node) 469 PASS classList.toggle("a") with attribute value " a b c " (XHTML node)
470 FAIL classList.toggle("b") with attribute value " a a b" (XHTML node) assert_ equals: wrong class after modification expected "a" but got "a a" 470 PASS classList.toggle("b") with attribute value " a a b" (XHTML node)
471 PASS classList.toggle("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XHTML node) 471 PASS classList.toggle("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XHTML node)
472 PASS classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XHTML node) 472 PASS classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XHTML node)
473 PASS classList.toggle(null) with attribute value "null" (XHTML node) 473 PASS classList.toggle(null) with attribute value "null" (XHTML node)
474 PASS classList.toggle(null) with attribute value "" (XHTML node) 474 PASS classList.toggle(null) with attribute value "" (XHTML node)
475 PASS classList.toggle(undefined) with attribute value "undefined" (XHTML node) 475 PASS classList.toggle(undefined) with attribute value "undefined" (XHTML node)
476 PASS classList.toggle(undefined) with attribute value "" (XHTML node) 476 PASS classList.toggle(undefined) with attribute value "" (XHTML node)
477 PASS classList.toggle("a", true) with attribute value "" (XHTML node) 477 PASS classList.toggle("a", true) with attribute value "" (XHTML node)
478 PASS classList.toggle("a", true) with attribute value "a" (XHTML node) 478 PASS classList.toggle("a", true) with attribute value "a" (XHTML node)
479 PASS classList.toggle("b", true) with attribute value "a" (XHTML node) 479 PASS classList.toggle("b", true) with attribute value "a" (XHTML node)
480 PASS classList.toggle("b", true) with attribute value "a b" (XHTML node) 480 PASS classList.toggle("b", true) with attribute value "a b" (XHTML node)
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 FAIL classList.replace(undefined, "b") with attribute value "a undefined" (XHTML node) Cannot read property 'apply' of undefined 611 FAIL classList.replace(undefined, "b") with attribute value "a undefined" (XHTML node) Cannot read property 'apply' of undefined
612 FAIL classList.replace("a", undefined) with attribute value "a b" (XHTML node) C annot read property 'apply' of undefined 612 FAIL classList.replace("a", undefined) with attribute value "a b" (XHTML node) C annot read property 'apply' of undefined
613 PASS Assigning to classList (MathML node) 613 PASS Assigning to classList (MathML node)
614 PASS .supports() must throw TypeError (MathML node) 614 PASS .supports() must throw TypeError (MathML node)
615 PASS classList.length when removed (MathML node) 615 PASS classList.length when removed (MathML node)
616 PASS classList.length when set to "" (MathML node) 616 PASS classList.length when set to "" (MathML node)
617 PASS classList.length when set to " \t \f" (MathML node) 617 PASS classList.length when set to " \t \f" (MathML node)
618 PASS classList.length when set to "a" (MathML node) 618 PASS classList.length when set to "a" (MathML node)
619 PASS classList.length when set to "a A" (MathML node) 619 PASS classList.length when set to "a A" (MathML node)
620 PASS classList.length when set to "\r\na\t\f" (MathML node) 620 PASS classList.length when set to "\r\na\t\f" (MathML node)
621 FAIL classList.length when set to "a a" (MathML node) assert_equals: expected 1 but got 2 621 PASS classList.length when set to "a a" (MathML node)
622 FAIL classList.length when set to "a a a a a a" (MathML node) assert_equals: exp ected 1 but got 6 622 PASS classList.length when set to "a a a a a a" (MathML node)
623 FAIL classList.length when set to "a a b b" (MathML node) assert_equals: expecte d 2 but got 4 623 PASS classList.length when set to "a a b b" (MathML node)
624 PASS classList.length when set to "a A B b" (MathML node) 624 PASS classList.length when set to "a A B b" (MathML node)
625 FAIL classList.length when set to "a b c c b a a b c c" (MathML node) assert_equ als: expected 3 but got 10 625 PASS classList.length when set to "a b c c b a a b c c" (MathML node)
626 FAIL classList.length when set to " a a b" (MathML node) assert_equals: expec ted 2 but got 3 626 PASS classList.length when set to " a a b" (MathML node)
627 PASS classList.length when set to "a\tb\nc\fd\re f" (MathML node) 627 PASS classList.length when set to "a\tb\nc\fd\re f" (MathML node)
628 PASS classList.toString() when removed (MathML node) 628 PASS classList.toString() when removed (MathML node)
629 PASS classList.toString() when set to "foo" (MathML node) 629 PASS classList.toString() when set to "foo" (MathML node)
630 PASS classList.toString() when set to " a a b" (MathML node) 630 PASS classList.toString() when set to " a a b" (MathML node)
631 PASS classList.item() when set to null (MathML node) 631 PASS classList.item() when set to null (MathML node)
632 PASS classList.item() when set to "a" (MathML node) 632 PASS classList.item() when set to "a" (MathML node)
633 FAIL classList.item() when set to "aa AA aa" (MathML node) assert_equals: classL ist.item(2) expected (object) null but got (string) "aa" 633 PASS classList.item() when set to "aa AA aa" (MathML node)
634 PASS classList.item() when set to "a b" (MathML node) 634 PASS classList.item() when set to "a b" (MathML node)
635 FAIL classList.item() when set to " a a b" (MathML node) assert_equals: class List.item(1) expected "b" but got "a" 635 PASS classList.item() when set to " a a b" (MathML node)
636 PASS classList.item() when set to "\t\n\f\r a\t\n\f\r b\t\n\f\r " (MathML node) 636 PASS classList.item() when set to "\t\n\f\r a\t\n\f\r b\t\n\f\r " (MathML node)
637 PASS classList.contains("a") when set to null (MathML node) 637 PASS classList.contains("a") when set to null (MathML node)
638 PASS classList.contains("") when set to null (MathML node) 638 PASS classList.contains("") when set to null (MathML node)
639 PASS classList.contains(" ") when set to null (MathML node) 639 PASS classList.contains(" ") when set to null (MathML node)
640 PASS classList.contains("a") when set to "" (MathML node) 640 PASS classList.contains("a") when set to "" (MathML node)
641 PASS classList.contains("a") when set to "a" (MathML node) 641 PASS classList.contains("a") when set to "a" (MathML node)
642 PASS classList.contains("aa") when set to "a" (MathML node) 642 PASS classList.contains("aa") when set to "a" (MathML node)
643 PASS classList.contains("b") when set to "a" (MathML node) 643 PASS classList.contains("b") when set to "a" (MathML node)
644 PASS classList.contains("A") when set to "a" (MathML node) 644 PASS classList.contains("A") when set to "a" (MathML node)
645 PASS classList.contains("a.") when set to "a" (MathML node) 645 PASS classList.contains("a.") when set to "a" (MathML node)
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 PASS classList.add("a\f") with attribute value null (MathML node) 684 PASS classList.add("a\f") with attribute value null (MathML node)
685 PASS classList.add("\ra") with attribute value null (MathML node) 685 PASS classList.add("\ra") with attribute value null (MathML node)
686 PASS classList.add("a\r") with attribute value null (MathML node) 686 PASS classList.add("a\r") with attribute value null (MathML node)
687 PASS classList.add(" a") with attribute value null (MathML node) 687 PASS classList.add(" a") with attribute value null (MathML node)
688 PASS classList.add("a ") with attribute value null (MathML node) 688 PASS classList.add("a ") with attribute value null (MathML node)
689 PASS classList.add("a", " ") with attribute value null (MathML node) 689 PASS classList.add("a", " ") with attribute value null (MathML node)
690 PASS classList.add("a", "aa ") with attribute value null (MathML node) 690 PASS classList.add("a", "aa ") with attribute value null (MathML node)
691 PASS classList.add("a") with attribute value "a" (MathML node) 691 PASS classList.add("a") with attribute value "a" (MathML node)
692 PASS classList.add("AA") with attribute value "aa" (MathML node) 692 PASS classList.add("AA") with attribute value "aa" (MathML node)
693 PASS classList.add("a") with attribute value "a b c" (MathML node) 693 PASS classList.add("a") with attribute value "a b c" (MathML node)
694 FAIL classList.add("a") with attribute value "a a a b" (MathML node) assert_equ als: wrong class after modification expected "a b" but got "a a a b" 694 PASS classList.add("a") with attribute value "a a a b" (MathML node)
695 PASS classList.add("a") with attribute value null (MathML node) 695 PASS classList.add("a") with attribute value null (MathML node)
696 PASS classList.add("a") with attribute value "" (MathML node) 696 PASS classList.add("a") with attribute value "" (MathML node)
697 PASS classList.add("a") with attribute value " " (MathML node) 697 PASS classList.add("a") with attribute value " " (MathML node)
698 PASS classList.add("a") with attribute value " \f" (MathML node) 698 PASS classList.add("a") with attribute value " \f" (MathML node)
699 PASS classList.add("b") with attribute value "a" (MathML node) 699 PASS classList.add("b") with attribute value "a" (MathML node)
700 PASS classList.add("d") with attribute value "a b c" (MathML node) 700 PASS classList.add("d") with attribute value "a b c" (MathML node)
701 PASS classList.add("d") with attribute value "a b c " (MathML node) 701 PASS classList.add("d") with attribute value "a b c " (MathML node)
702 FAIL classList.add("c") with attribute value " a a b" (MathML node) assert_eq uals: wrong class after modification expected "a b c" but got "a a b c" 702 PASS classList.add("c") with attribute value " a a b" (MathML node)
703 FAIL classList.add("a") with attribute value " a a b" (MathML node) assert_eq uals: wrong class after modification expected "a b" but got "a a b" 703 PASS classList.add("a") with attribute value " a a b" (MathML node)
704 PASS classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (Ma thML node) 704 PASS classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (Ma thML node)
705 PASS classList.add("d", "e") with attribute value "a b c " (MathML node) 705 PASS classList.add("d", "e") with attribute value "a b c " (MathML node)
706 PASS classList.add("a", "a") with attribute value "a b c " (MathML node) 706 PASS classList.add("a", "a") with attribute value "a b c " (MathML node)
707 PASS classList.add("d", "d") with attribute value "a b c " (MathML node) 707 PASS classList.add("d", "d") with attribute value "a b c " (MathML node)
708 FAIL classList.add() with attribute value "a b c a " (MathML node) assert_equals : wrong class after modification expected "a b c" but got "a b c a" 708 PASS classList.add() with attribute value "a b c a " (MathML node)
709 PASS classList.add("a", "b") with attribute value null (MathML node) 709 PASS classList.add("a", "b") with attribute value null (MathML node)
710 PASS classList.add("a", "b") with attribute value "" (MathML node) 710 PASS classList.add("a", "b") with attribute value "" (MathML node)
711 PASS classList.add(null) with attribute value null (MathML node) 711 PASS classList.add(null) with attribute value null (MathML node)
712 PASS classList.add(undefined) with attribute value null (MathML node) 712 PASS classList.add(undefined) with attribute value null (MathML node)
713 PASS classList.remove("") with attribute value null (MathML node) 713 PASS classList.remove("") with attribute value null (MathML node)
714 PASS classList.remove(" ") with attribute value null (MathML node) 714 PASS classList.remove(" ") with attribute value null (MathML node)
715 PASS classList.remove("\ta") with attribute value "\ta" (MathML node) 715 PASS classList.remove("\ta") with attribute value "\ta" (MathML node)
716 PASS classList.remove("a\t") with attribute value "a\t" (MathML node) 716 PASS classList.remove("a\t") with attribute value "a\t" (MathML node)
717 PASS classList.remove("\na") with attribute value "\na" (MathML node) 717 PASS classList.remove("\na") with attribute value "\na" (MathML node)
718 PASS classList.remove("a\n") with attribute value "a\n" (MathML node) 718 PASS classList.remove("a\n") with attribute value "a\n" (MathML node)
(...skipping 15 matching lines...) Expand all
734 PASS classList.remove("aa") with attribute value "aa aa bb" (MathML node) 734 PASS classList.remove("aa") with attribute value "aa aa bb" (MathML node)
735 PASS classList.remove("a") with attribute value "a a b a a c a a" (MathML node) 735 PASS classList.remove("a") with attribute value "a a b a a c a a" (MathML node)
736 PASS classList.remove("b") with attribute value "a b c" (MathML node) 736 PASS classList.remove("b") with attribute value "a b c" (MathML node)
737 PASS classList.remove("bbb") with attribute value "aaa bbb ccc" (MathML node) 737 PASS classList.remove("bbb") with attribute value "aaa bbb ccc" (MathML node)
738 PASS classList.remove("b") with attribute value " a b c " (MathML node) 738 PASS classList.remove("b") with attribute value " a b c " (MathML node)
739 PASS classList.remove("b") with attribute value "a b b b c" (MathML node) 739 PASS classList.remove("b") with attribute value "a b b b c" (MathML node)
740 PASS classList.remove("c") with attribute value "a b c" (MathML node) 740 PASS classList.remove("c") with attribute value "a b c" (MathML node)
741 PASS classList.remove("c") with attribute value " a b c " (MathML node) 741 PASS classList.remove("c") with attribute value " a b c " (MathML node)
742 PASS classList.remove("c") with attribute value "a b c c c" (MathML node) 742 PASS classList.remove("c") with attribute value "a b c c c" (MathML node)
743 PASS classList.remove("a") with attribute value "a b a c a d a" (MathML node) 743 PASS classList.remove("a") with attribute value "a b a c a d a" (MathML node)
744 FAIL classList.remove("AA") with attribute value "AA BB aa CC AA dd aa" (MathML node) assert_equals: wrong class after modification expected "BB aa CC dd" but g ot "BB aa CC dd aa" 744 PASS classList.remove("AA") with attribute value "AA BB aa CC AA dd aa" (MathML node)
745 PASS classList.remove("a") with attribute value "\ra\na\ta\f" (MathML node) 745 PASS classList.remove("a") with attribute value "\ra\na\ta\f" (MathML node)
746 PASS classList.remove("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (MathML node) 746 PASS classList.remove("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (MathML node)
747 PASS classList.remove("d", "e") with attribute value "a b c " (MathML node) 747 PASS classList.remove("d", "e") with attribute value "a b c " (MathML node)
748 PASS classList.remove("a", "b") with attribute value "a b c " (MathML node) 748 PASS classList.remove("a", "b") with attribute value "a b c " (MathML node)
749 PASS classList.remove("a", "c") with attribute value "a b c " (MathML node) 749 PASS classList.remove("a", "c") with attribute value "a b c " (MathML node)
750 PASS classList.remove("a", "a") with attribute value "a b c " (MathML node) 750 PASS classList.remove("a", "a") with attribute value "a b c " (MathML node)
751 PASS classList.remove("d", "d") with attribute value "a b c " (MathML node) 751 PASS classList.remove("d", "d") with attribute value "a b c " (MathML node)
752 PASS classList.remove() with attribute value "a b c " (MathML node) 752 PASS classList.remove() with attribute value "a b c " (MathML node)
753 PASS classList.remove("a", "b") with attribute value null (MathML node) 753 PASS classList.remove("a", "b") with attribute value null (MathML node)
754 PASS classList.remove("a", "b") with attribute value "" (MathML node) 754 PASS classList.remove("a", "b") with attribute value "" (MathML node)
755 FAIL classList.remove() with attribute value "a a" (MathML node) assert_equals: wrong class after modification expected "a" but got "a a" 755 PASS classList.remove() with attribute value "a a" (MathML node)
756 PASS classList.remove(null) with attribute value "null" (MathML node) 756 PASS classList.remove(null) with attribute value "null" (MathML node)
757 PASS classList.remove(undefined) with attribute value "undefined" (MathML node) 757 PASS classList.remove(undefined) with attribute value "undefined" (MathML node)
758 PASS classList.toggle("") with attribute value null (MathML node) 758 PASS classList.toggle("") with attribute value null (MathML node)
759 PASS classList.toggle("aa ") with attribute value null (MathML node) 759 PASS classList.toggle("aa ") with attribute value null (MathML node)
760 PASS classList.toggle("a") with attribute value null (MathML node) 760 PASS classList.toggle("a") with attribute value null (MathML node)
761 PASS classList.toggle("a") with attribute value "" (MathML node) 761 PASS classList.toggle("a") with attribute value "" (MathML node)
762 PASS classList.toggle("a") with attribute value " " (MathML node) 762 PASS classList.toggle("a") with attribute value " " (MathML node)
763 PASS classList.toggle("a") with attribute value " \f" (MathML node) 763 PASS classList.toggle("a") with attribute value " \f" (MathML node)
764 PASS classList.toggle("b") with attribute value "a" (MathML node) 764 PASS classList.toggle("b") with attribute value "a" (MathML node)
765 PASS classList.toggle("A") with attribute value "a" (MathML node) 765 PASS classList.toggle("A") with attribute value "a" (MathML node)
766 PASS classList.toggle("d") with attribute value "a b c" (MathML node) 766 PASS classList.toggle("d") with attribute value "a b c" (MathML node)
767 FAIL classList.toggle("d") with attribute value " a a b" (MathML node) assert _equals: wrong class after modification expected "a b d" but got "a a b d" 767 PASS classList.toggle("d") with attribute value " a a b" (MathML node)
768 PASS classList.toggle("a") with attribute value "a" (MathML node) 768 PASS classList.toggle("a") with attribute value "a" (MathML node)
769 PASS classList.toggle("a") with attribute value " a a a " (MathML node) 769 PASS classList.toggle("a") with attribute value " a a a " (MathML node)
770 FAIL classList.toggle("a") with attribute value " A A A " (MathML node) assert_e quals: wrong class after modification expected "A a" but got "A A A a" 770 PASS classList.toggle("a") with attribute value " A A A " (MathML node)
771 PASS classList.toggle("b") with attribute value " a b c " (MathML node) 771 PASS classList.toggle("b") with attribute value " a b c " (MathML node)
772 PASS classList.toggle("b") with attribute value " a b c b b" (MathML node) 772 PASS classList.toggle("b") with attribute value " a b c b b" (MathML node)
773 PASS classList.toggle("c") with attribute value " a b c " (MathML node) 773 PASS classList.toggle("c") with attribute value " a b c " (MathML node)
774 PASS classList.toggle("a") with attribute value " a b c " (MathML node) 774 PASS classList.toggle("a") with attribute value " a b c " (MathML node)
775 FAIL classList.toggle("b") with attribute value " a a b" (MathML node) assert _equals: wrong class after modification expected "a" but got "a a" 775 PASS classList.toggle("b") with attribute value " a a b" (MathML node)
776 PASS classList.toggle("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (MathML node) 776 PASS classList.toggle("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (MathML node)
777 PASS classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (MathML node) 777 PASS classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (MathML node)
778 PASS classList.toggle(null) with attribute value "null" (MathML node) 778 PASS classList.toggle(null) with attribute value "null" (MathML node)
779 PASS classList.toggle(null) with attribute value "" (MathML node) 779 PASS classList.toggle(null) with attribute value "" (MathML node)
780 PASS classList.toggle(undefined) with attribute value "undefined" (MathML node) 780 PASS classList.toggle(undefined) with attribute value "undefined" (MathML node)
781 PASS classList.toggle(undefined) with attribute value "" (MathML node) 781 PASS classList.toggle(undefined) with attribute value "" (MathML node)
782 PASS classList.toggle("a", true) with attribute value "" (MathML node) 782 PASS classList.toggle("a", true) with attribute value "" (MathML node)
783 PASS classList.toggle("a", true) with attribute value "a" (MathML node) 783 PASS classList.toggle("a", true) with attribute value "a" (MathML node)
784 PASS classList.toggle("b", true) with attribute value "a" (MathML node) 784 PASS classList.toggle("b", true) with attribute value "a" (MathML node)
785 PASS classList.toggle("b", true) with attribute value "a b" (MathML node) 785 PASS classList.toggle("b", true) with attribute value "a b" (MathML node)
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 FAIL classList.replace(undefined, "b") with attribute value "a undefined" (MathM L node) Cannot read property 'apply' of undefined 916 FAIL classList.replace(undefined, "b") with attribute value "a undefined" (MathM L node) Cannot read property 'apply' of undefined
917 FAIL classList.replace("a", undefined) with attribute value "a b" (MathML node) Cannot read property 'apply' of undefined 917 FAIL classList.replace("a", undefined) with attribute value "a b" (MathML node) Cannot read property 'apply' of undefined
918 PASS Assigning to classList (XML node with null namespace) 918 PASS Assigning to classList (XML node with null namespace)
919 PASS .supports() must throw TypeError (XML node with null namespace) 919 PASS .supports() must throw TypeError (XML node with null namespace)
920 PASS classList.length when removed (XML node with null namespace) 920 PASS classList.length when removed (XML node with null namespace)
921 PASS classList.length when set to "" (XML node with null namespace) 921 PASS classList.length when set to "" (XML node with null namespace)
922 PASS classList.length when set to " \t \f" (XML node with null namespace) 922 PASS classList.length when set to " \t \f" (XML node with null namespace)
923 PASS classList.length when set to "a" (XML node with null namespace) 923 PASS classList.length when set to "a" (XML node with null namespace)
924 PASS classList.length when set to "a A" (XML node with null namespace) 924 PASS classList.length when set to "a A" (XML node with null namespace)
925 PASS classList.length when set to "\r\na\t\f" (XML node with null namespace) 925 PASS classList.length when set to "\r\na\t\f" (XML node with null namespace)
926 FAIL classList.length when set to "a a" (XML node with null namespace) assert_eq uals: expected 1 but got 2 926 PASS classList.length when set to "a a" (XML node with null namespace)
927 FAIL classList.length when set to "a a a a a a" (XML node with null namespace) a ssert_equals: expected 1 but got 6 927 PASS classList.length when set to "a a a a a a" (XML node with null namespace)
928 FAIL classList.length when set to "a a b b" (XML node with null namespace) asser t_equals: expected 2 but got 4 928 PASS classList.length when set to "a a b b" (XML node with null namespace)
929 PASS classList.length when set to "a A B b" (XML node with null namespace) 929 PASS classList.length when set to "a A B b" (XML node with null namespace)
930 FAIL classList.length when set to "a b c c b a a b c c" (XML node with null name space) assert_equals: expected 3 but got 10 930 PASS classList.length when set to "a b c c b a a b c c" (XML node with null name space)
931 FAIL classList.length when set to " a a b" (XML node with null namespace) ass ert_equals: expected 2 but got 3 931 PASS classList.length when set to " a a b" (XML node with null namespace)
932 PASS classList.length when set to "a\tb\nc\fd\re f" (XML node with null namespac e) 932 PASS classList.length when set to "a\tb\nc\fd\re f" (XML node with null namespac e)
933 PASS classList.toString() when removed (XML node with null namespace) 933 PASS classList.toString() when removed (XML node with null namespace)
934 PASS classList.toString() when set to "foo" (XML node with null namespace) 934 PASS classList.toString() when set to "foo" (XML node with null namespace)
935 PASS classList.toString() when set to " a a b" (XML node with null namespace) 935 PASS classList.toString() when set to " a a b" (XML node with null namespace)
936 PASS classList.item() when set to null (XML node with null namespace) 936 PASS classList.item() when set to null (XML node with null namespace)
937 PASS classList.item() when set to "a" (XML node with null namespace) 937 PASS classList.item() when set to "a" (XML node with null namespace)
938 FAIL classList.item() when set to "aa AA aa" (XML node with null namespace) asse rt_equals: classList.item(2) expected (object) null but got (string) "aa" 938 PASS classList.item() when set to "aa AA aa" (XML node with null namespace)
939 PASS classList.item() when set to "a b" (XML node with null namespace) 939 PASS classList.item() when set to "a b" (XML node with null namespace)
940 FAIL classList.item() when set to " a a b" (XML node with null namespace) ass ert_equals: classList.item(1) expected "b" but got "a" 940 PASS classList.item() when set to " a a b" (XML node with null namespace)
941 PASS classList.item() when set to "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XML node with null namespace) 941 PASS classList.item() when set to "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XML node with null namespace)
942 PASS classList.contains("a") when set to null (XML node with null namespace) 942 PASS classList.contains("a") when set to null (XML node with null namespace)
943 PASS classList.contains("") when set to null (XML node with null namespace) 943 PASS classList.contains("") when set to null (XML node with null namespace)
944 PASS classList.contains(" ") when set to null (XML node with null namespace) 944 PASS classList.contains(" ") when set to null (XML node with null namespace)
945 PASS classList.contains("a") when set to "" (XML node with null namespace) 945 PASS classList.contains("a") when set to "" (XML node with null namespace)
946 PASS classList.contains("a") when set to "a" (XML node with null namespace) 946 PASS classList.contains("a") when set to "a" (XML node with null namespace)
947 PASS classList.contains("aa") when set to "a" (XML node with null namespace) 947 PASS classList.contains("aa") when set to "a" (XML node with null namespace)
948 PASS classList.contains("b") when set to "a" (XML node with null namespace) 948 PASS classList.contains("b") when set to "a" (XML node with null namespace)
949 PASS classList.contains("A") when set to "a" (XML node with null namespace) 949 PASS classList.contains("A") when set to "a" (XML node with null namespace)
950 PASS classList.contains("a.") when set to "a" (XML node with null namespace) 950 PASS classList.contains("a.") when set to "a" (XML node with null namespace)
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 PASS classList.add("a\f") with attribute value null (XML node with null namespac e) 989 PASS classList.add("a\f") with attribute value null (XML node with null namespac e)
990 PASS classList.add("\ra") with attribute value null (XML node with null namespac e) 990 PASS classList.add("\ra") with attribute value null (XML node with null namespac e)
991 PASS classList.add("a\r") with attribute value null (XML node with null namespac e) 991 PASS classList.add("a\r") with attribute value null (XML node with null namespac e)
992 PASS classList.add(" a") with attribute value null (XML node with null namespace ) 992 PASS classList.add(" a") with attribute value null (XML node with null namespace )
993 PASS classList.add("a ") with attribute value null (XML node with null namespace ) 993 PASS classList.add("a ") with attribute value null (XML node with null namespace )
994 PASS classList.add("a", " ") with attribute value null (XML node with null names pace) 994 PASS classList.add("a", " ") with attribute value null (XML node with null names pace)
995 PASS classList.add("a", "aa ") with attribute value null (XML node with null nam espace) 995 PASS classList.add("a", "aa ") with attribute value null (XML node with null nam espace)
996 PASS classList.add("a") with attribute value "a" (XML node with null namespace) 996 PASS classList.add("a") with attribute value "a" (XML node with null namespace)
997 PASS classList.add("AA") with attribute value "aa" (XML node with null namespace ) 997 PASS classList.add("AA") with attribute value "aa" (XML node with null namespace )
998 PASS classList.add("a") with attribute value "a b c" (XML node with null namespa ce) 998 PASS classList.add("a") with attribute value "a b c" (XML node with null namespa ce)
999 FAIL classList.add("a") with attribute value "a a a b" (XML node with null name space) assert_equals: wrong class after modification expected "a b" but got "a a a b" 999 PASS classList.add("a") with attribute value "a a a b" (XML node with null name space)
1000 PASS classList.add("a") with attribute value null (XML node with null namespace) 1000 PASS classList.add("a") with attribute value null (XML node with null namespace)
1001 PASS classList.add("a") with attribute value "" (XML node with null namespace) 1001 PASS classList.add("a") with attribute value "" (XML node with null namespace)
1002 PASS classList.add("a") with attribute value " " (XML node with null namespace) 1002 PASS classList.add("a") with attribute value " " (XML node with null namespace)
1003 PASS classList.add("a") with attribute value " \f" (XML node with null namespa ce) 1003 PASS classList.add("a") with attribute value " \f" (XML node with null namespa ce)
1004 PASS classList.add("b") with attribute value "a" (XML node with null namespace) 1004 PASS classList.add("b") with attribute value "a" (XML node with null namespace)
1005 PASS classList.add("d") with attribute value "a b c" (XML node with null namespa ce) 1005 PASS classList.add("d") with attribute value "a b c" (XML node with null namespa ce)
1006 PASS classList.add("d") with attribute value "a b c " (XML node with null namesp ace) 1006 PASS classList.add("d") with attribute value "a b c " (XML node with null namesp ace)
1007 FAIL classList.add("c") with attribute value " a a b" (XML node with null nam espace) assert_equals: wrong class after modification expected "a b c" but got " a a b c" 1007 PASS classList.add("c") with attribute value " a a b" (XML node with null nam espace)
1008 FAIL classList.add("a") with attribute value " a a b" (XML node with null nam espace) assert_equals: wrong class after modification expected "a b" but got "a a b" 1008 PASS classList.add("a") with attribute value " a a b" (XML node with null nam espace)
1009 PASS classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XM L node with null namespace) 1009 PASS classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XM L node with null namespace)
1010 PASS classList.add("d", "e") with attribute value "a b c " (XML node with null n amespace) 1010 PASS classList.add("d", "e") with attribute value "a b c " (XML node with null n amespace)
1011 PASS classList.add("a", "a") with attribute value "a b c " (XML node with null n amespace) 1011 PASS classList.add("a", "a") with attribute value "a b c " (XML node with null n amespace)
1012 PASS classList.add("d", "d") with attribute value "a b c " (XML node with null n amespace) 1012 PASS classList.add("d", "d") with attribute value "a b c " (XML node with null n amespace)
1013 FAIL classList.add() with attribute value "a b c a " (XML node with null namespa ce) assert_equals: wrong class after modification expected "a b c" but got "a b c a" 1013 PASS classList.add() with attribute value "a b c a " (XML node with null namespa ce)
1014 PASS classList.add("a", "b") with attribute value null (XML node with null names pace) 1014 PASS classList.add("a", "b") with attribute value null (XML node with null names pace)
1015 PASS classList.add("a", "b") with attribute value "" (XML node with null namespa ce) 1015 PASS classList.add("a", "b") with attribute value "" (XML node with null namespa ce)
1016 PASS classList.add(null) with attribute value null (XML node with null namespace ) 1016 PASS classList.add(null) with attribute value null (XML node with null namespace )
1017 PASS classList.add(undefined) with attribute value null (XML node with null name space) 1017 PASS classList.add(undefined) with attribute value null (XML node with null name space)
1018 PASS classList.remove("") with attribute value null (XML node with null namespac e) 1018 PASS classList.remove("") with attribute value null (XML node with null namespac e)
1019 PASS classList.remove(" ") with attribute value null (XML node with null namespa ce) 1019 PASS classList.remove(" ") with attribute value null (XML node with null namespa ce)
1020 PASS classList.remove("\ta") with attribute value "\ta" (XML node with null name space) 1020 PASS classList.remove("\ta") with attribute value "\ta" (XML node with null name space)
1021 PASS classList.remove("a\t") with attribute value "a\t" (XML node with null name space) 1021 PASS classList.remove("a\t") with attribute value "a\t" (XML node with null name space)
1022 PASS classList.remove("\na") with attribute value "\na" (XML node with null name space) 1022 PASS classList.remove("\na") with attribute value "\na" (XML node with null name space)
1023 PASS classList.remove("a\n") with attribute value "a\n" (XML node with null name space) 1023 PASS classList.remove("a\n") with attribute value "a\n" (XML node with null name space)
(...skipping 15 matching lines...) Expand all
1039 PASS classList.remove("aa") with attribute value "aa aa bb" (XML node with null namespace) 1039 PASS classList.remove("aa") with attribute value "aa aa bb" (XML node with null namespace)
1040 PASS classList.remove("a") with attribute value "a a b a a c a a" (XML node with null namespace) 1040 PASS classList.remove("a") with attribute value "a a b a a c a a" (XML node with null namespace)
1041 PASS classList.remove("b") with attribute value "a b c" (XML node with null na mespace) 1041 PASS classList.remove("b") with attribute value "a b c" (XML node with null na mespace)
1042 PASS classList.remove("bbb") with attribute value "aaa bbb ccc" (XML node with null namespace) 1042 PASS classList.remove("bbb") with attribute value "aaa bbb ccc" (XML node with null namespace)
1043 PASS classList.remove("b") with attribute value " a b c " (XML node with null namespace) 1043 PASS classList.remove("b") with attribute value " a b c " (XML node with null namespace)
1044 PASS classList.remove("b") with attribute value "a b b b c" (XML node with null namespace) 1044 PASS classList.remove("b") with attribute value "a b b b c" (XML node with null namespace)
1045 PASS classList.remove("c") with attribute value "a b c" (XML node with null na mespace) 1045 PASS classList.remove("c") with attribute value "a b c" (XML node with null na mespace)
1046 PASS classList.remove("c") with attribute value " a b c " (XML node with null namespace) 1046 PASS classList.remove("c") with attribute value " a b c " (XML node with null namespace)
1047 PASS classList.remove("c") with attribute value "a b c c c" (XML node with null namespace) 1047 PASS classList.remove("c") with attribute value "a b c c c" (XML node with null namespace)
1048 PASS classList.remove("a") with attribute value "a b a c a d a" (XML node with n ull namespace) 1048 PASS classList.remove("a") with attribute value "a b a c a d a" (XML node with n ull namespace)
1049 FAIL classList.remove("AA") with attribute value "AA BB aa CC AA dd aa" (XML nod e with null namespace) assert_equals: wrong class after modification expected "B B aa CC dd" but got "BB aa CC dd aa" 1049 PASS classList.remove("AA") with attribute value "AA BB aa CC AA dd aa" (XML nod e with null namespace)
1050 PASS classList.remove("a") with attribute value "\ra\na\ta\f" (XML node with nul l namespace) 1050 PASS classList.remove("a") with attribute value "\ra\na\ta\f" (XML node with nul l namespace)
1051 PASS classList.remove("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XML node with null namespace) 1051 PASS classList.remove("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XML node with null namespace)
1052 PASS classList.remove("d", "e") with attribute value "a b c " (XML node with nul l namespace) 1052 PASS classList.remove("d", "e") with attribute value "a b c " (XML node with nul l namespace)
1053 PASS classList.remove("a", "b") with attribute value "a b c " (XML node with nul l namespace) 1053 PASS classList.remove("a", "b") with attribute value "a b c " (XML node with nul l namespace)
1054 PASS classList.remove("a", "c") with attribute value "a b c " (XML node with nul l namespace) 1054 PASS classList.remove("a", "c") with attribute value "a b c " (XML node with nul l namespace)
1055 PASS classList.remove("a", "a") with attribute value "a b c " (XML node with nul l namespace) 1055 PASS classList.remove("a", "a") with attribute value "a b c " (XML node with nul l namespace)
1056 PASS classList.remove("d", "d") with attribute value "a b c " (XML node with nul l namespace) 1056 PASS classList.remove("d", "d") with attribute value "a b c " (XML node with nul l namespace)
1057 PASS classList.remove() with attribute value "a b c " (XML node with null namesp ace) 1057 PASS classList.remove() with attribute value "a b c " (XML node with null namesp ace)
1058 PASS classList.remove("a", "b") with attribute value null (XML node with null na mespace) 1058 PASS classList.remove("a", "b") with attribute value null (XML node with null na mespace)
1059 PASS classList.remove("a", "b") with attribute value "" (XML node with null name space) 1059 PASS classList.remove("a", "b") with attribute value "" (XML node with null name space)
1060 FAIL classList.remove() with attribute value "a a" (XML node with null namespace ) assert_equals: wrong class after modification expected "a" but got "a a" 1060 PASS classList.remove() with attribute value "a a" (XML node with null namespace )
1061 PASS classList.remove(null) with attribute value "null" (XML node with null name space) 1061 PASS classList.remove(null) with attribute value "null" (XML node with null name space)
1062 PASS classList.remove(undefined) with attribute value "undefined" (XML node with null namespace) 1062 PASS classList.remove(undefined) with attribute value "undefined" (XML node with null namespace)
1063 PASS classList.toggle("") with attribute value null (XML node with null namespac e) 1063 PASS classList.toggle("") with attribute value null (XML node with null namespac e)
1064 PASS classList.toggle("aa ") with attribute value null (XML node with null names pace) 1064 PASS classList.toggle("aa ") with attribute value null (XML node with null names pace)
1065 PASS classList.toggle("a") with attribute value null (XML node with null namespa ce) 1065 PASS classList.toggle("a") with attribute value null (XML node with null namespa ce)
1066 PASS classList.toggle("a") with attribute value "" (XML node with null namespace ) 1066 PASS classList.toggle("a") with attribute value "" (XML node with null namespace )
1067 PASS classList.toggle("a") with attribute value " " (XML node with null namespac e) 1067 PASS classList.toggle("a") with attribute value " " (XML node with null namespac e)
1068 PASS classList.toggle("a") with attribute value " \f" (XML node with null name space) 1068 PASS classList.toggle("a") with attribute value " \f" (XML node with null name space)
1069 PASS classList.toggle("b") with attribute value "a" (XML node with null namespac e) 1069 PASS classList.toggle("b") with attribute value "a" (XML node with null namespac e)
1070 PASS classList.toggle("A") with attribute value "a" (XML node with null namespac e) 1070 PASS classList.toggle("A") with attribute value "a" (XML node with null namespac e)
1071 PASS classList.toggle("d") with attribute value "a b c" (XML node with null name space) 1071 PASS classList.toggle("d") with attribute value "a b c" (XML node with null name space)
1072 FAIL classList.toggle("d") with attribute value " a a b" (XML node with null namespace) assert_equals: wrong class after modification expected "a b d" but go t "a a b d" 1072 PASS classList.toggle("d") with attribute value " a a b" (XML node with null namespace)
1073 PASS classList.toggle("a") with attribute value "a" (XML node with null namespac e) 1073 PASS classList.toggle("a") with attribute value "a" (XML node with null namespac e)
1074 PASS classList.toggle("a") with attribute value " a a a " (XML node with null na mespace) 1074 PASS classList.toggle("a") with attribute value " a a a " (XML node with null na mespace)
1075 FAIL classList.toggle("a") with attribute value " A A A " (XML node with null na mespace) assert_equals: wrong class after modification expected "A a" but got "A A A a" 1075 PASS classList.toggle("a") with attribute value " A A A " (XML node with null na mespace)
1076 PASS classList.toggle("b") with attribute value " a b c " (XML node with null na mespace) 1076 PASS classList.toggle("b") with attribute value " a b c " (XML node with null na mespace)
1077 PASS classList.toggle("b") with attribute value " a b c b b" (XML node with null namespace) 1077 PASS classList.toggle("b") with attribute value " a b c b b" (XML node with null namespace)
1078 PASS classList.toggle("c") with attribute value " a b c " (XML node with null namespace) 1078 PASS classList.toggle("c") with attribute value " a b c " (XML node with null namespace)
1079 PASS classList.toggle("a") with attribute value " a b c " (XML node with null na mespace) 1079 PASS classList.toggle("a") with attribute value " a b c " (XML node with null na mespace)
1080 FAIL classList.toggle("b") with attribute value " a a b" (XML node with null namespace) assert_equals: wrong class after modification expected "a" but got "a a" 1080 PASS classList.toggle("b") with attribute value " a a b" (XML node with null namespace)
1081 PASS classList.toggle("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XML node with null namespace) 1081 PASS classList.toggle("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XML node with null namespace)
1082 PASS classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XML node with null namespace) 1082 PASS classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XML node with null namespace)
1083 PASS classList.toggle(null) with attribute value "null" (XML node with null name space) 1083 PASS classList.toggle(null) with attribute value "null" (XML node with null name space)
1084 PASS classList.toggle(null) with attribute value "" (XML node with null namespac e) 1084 PASS classList.toggle(null) with attribute value "" (XML node with null namespac e)
1085 PASS classList.toggle(undefined) with attribute value "undefined" (XML node with null namespace) 1085 PASS classList.toggle(undefined) with attribute value "undefined" (XML node with null namespace)
1086 PASS classList.toggle(undefined) with attribute value "" (XML node with null nam espace) 1086 PASS classList.toggle(undefined) with attribute value "" (XML node with null nam espace)
1087 PASS classList.toggle("a", true) with attribute value "" (XML node with null nam espace) 1087 PASS classList.toggle("a", true) with attribute value "" (XML node with null nam espace)
1088 PASS classList.toggle("a", true) with attribute value "a" (XML node with null na mespace) 1088 PASS classList.toggle("a", true) with attribute value "a" (XML node with null na mespace)
1089 PASS classList.toggle("b", true) with attribute value "a" (XML node with null na mespace) 1089 PASS classList.toggle("b", true) with attribute value "a" (XML node with null na mespace)
1090 PASS classList.toggle("b", true) with attribute value "a b" (XML node with null namespace) 1090 PASS classList.toggle("b", true) with attribute value "a b" (XML node with null namespace)
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 FAIL classList.replace(undefined, "b") with attribute value "a undefined" (XML n ode with null namespace) Cannot read property 'apply' of undefined 1221 FAIL classList.replace(undefined, "b") with attribute value "a undefined" (XML n ode with null namespace) Cannot read property 'apply' of undefined
1222 FAIL classList.replace("a", undefined) with attribute value "a b" (XML node with null namespace) Cannot read property 'apply' of undefined 1222 FAIL classList.replace("a", undefined) with attribute value "a b" (XML node with null namespace) Cannot read property 'apply' of undefined
1223 PASS Assigning to classList (foo node) 1223 PASS Assigning to classList (foo node)
1224 PASS .supports() must throw TypeError (foo node) 1224 PASS .supports() must throw TypeError (foo node)
1225 PASS classList.length when removed (foo node) 1225 PASS classList.length when removed (foo node)
1226 PASS classList.length when set to "" (foo node) 1226 PASS classList.length when set to "" (foo node)
1227 PASS classList.length when set to " \t \f" (foo node) 1227 PASS classList.length when set to " \t \f" (foo node)
1228 PASS classList.length when set to "a" (foo node) 1228 PASS classList.length when set to "a" (foo node)
1229 PASS classList.length when set to "a A" (foo node) 1229 PASS classList.length when set to "a A" (foo node)
1230 PASS classList.length when set to "\r\na\t\f" (foo node) 1230 PASS classList.length when set to "\r\na\t\f" (foo node)
1231 FAIL classList.length when set to "a a" (foo node) assert_equals: expected 1 but got 2 1231 PASS classList.length when set to "a a" (foo node)
1232 FAIL classList.length when set to "a a a a a a" (foo node) assert_equals: expect ed 1 but got 6 1232 PASS classList.length when set to "a a a a a a" (foo node)
1233 FAIL classList.length when set to "a a b b" (foo node) assert_equals: expected 2 but got 4 1233 PASS classList.length when set to "a a b b" (foo node)
1234 PASS classList.length when set to "a A B b" (foo node) 1234 PASS classList.length when set to "a A B b" (foo node)
1235 FAIL classList.length when set to "a b c c b a a b c c" (foo node) assert_equals : expected 3 but got 10 1235 PASS classList.length when set to "a b c c b a a b c c" (foo node)
1236 FAIL classList.length when set to " a a b" (foo node) assert_equals: expected 2 but got 3 1236 PASS classList.length when set to " a a b" (foo node)
1237 PASS classList.length when set to "a\tb\nc\fd\re f" (foo node) 1237 PASS classList.length when set to "a\tb\nc\fd\re f" (foo node)
1238 PASS classList.toString() when removed (foo node) 1238 PASS classList.toString() when removed (foo node)
1239 PASS classList.toString() when set to "foo" (foo node) 1239 PASS classList.toString() when set to "foo" (foo node)
1240 PASS classList.toString() when set to " a a b" (foo node) 1240 PASS classList.toString() when set to " a a b" (foo node)
1241 PASS classList.item() when set to null (foo node) 1241 PASS classList.item() when set to null (foo node)
1242 PASS classList.item() when set to "a" (foo node) 1242 PASS classList.item() when set to "a" (foo node)
1243 FAIL classList.item() when set to "aa AA aa" (foo node) assert_equals: classList .item(2) expected (object) null but got (string) "aa" 1243 PASS classList.item() when set to "aa AA aa" (foo node)
1244 PASS classList.item() when set to "a b" (foo node) 1244 PASS classList.item() when set to "a b" (foo node)
1245 FAIL classList.item() when set to " a a b" (foo node) assert_equals: classLis t.item(1) expected "b" but got "a" 1245 PASS classList.item() when set to " a a b" (foo node)
1246 PASS classList.item() when set to "\t\n\f\r a\t\n\f\r b\t\n\f\r " (foo node) 1246 PASS classList.item() when set to "\t\n\f\r a\t\n\f\r b\t\n\f\r " (foo node)
1247 PASS classList.contains("a") when set to null (foo node) 1247 PASS classList.contains("a") when set to null (foo node)
1248 PASS classList.contains("") when set to null (foo node) 1248 PASS classList.contains("") when set to null (foo node)
1249 PASS classList.contains(" ") when set to null (foo node) 1249 PASS classList.contains(" ") when set to null (foo node)
1250 PASS classList.contains("a") when set to "" (foo node) 1250 PASS classList.contains("a") when set to "" (foo node)
1251 PASS classList.contains("a") when set to "a" (foo node) 1251 PASS classList.contains("a") when set to "a" (foo node)
1252 PASS classList.contains("aa") when set to "a" (foo node) 1252 PASS classList.contains("aa") when set to "a" (foo node)
1253 PASS classList.contains("b") when set to "a" (foo node) 1253 PASS classList.contains("b") when set to "a" (foo node)
1254 PASS classList.contains("A") when set to "a" (foo node) 1254 PASS classList.contains("A") when set to "a" (foo node)
1255 PASS classList.contains("a.") when set to "a" (foo node) 1255 PASS classList.contains("a.") when set to "a" (foo node)
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 PASS classList.add("a\f") with attribute value null (foo node) 1294 PASS classList.add("a\f") with attribute value null (foo node)
1295 PASS classList.add("\ra") with attribute value null (foo node) 1295 PASS classList.add("\ra") with attribute value null (foo node)
1296 PASS classList.add("a\r") with attribute value null (foo node) 1296 PASS classList.add("a\r") with attribute value null (foo node)
1297 PASS classList.add(" a") with attribute value null (foo node) 1297 PASS classList.add(" a") with attribute value null (foo node)
1298 PASS classList.add("a ") with attribute value null (foo node) 1298 PASS classList.add("a ") with attribute value null (foo node)
1299 PASS classList.add("a", " ") with attribute value null (foo node) 1299 PASS classList.add("a", " ") with attribute value null (foo node)
1300 PASS classList.add("a", "aa ") with attribute value null (foo node) 1300 PASS classList.add("a", "aa ") with attribute value null (foo node)
1301 PASS classList.add("a") with attribute value "a" (foo node) 1301 PASS classList.add("a") with attribute value "a" (foo node)
1302 PASS classList.add("AA") with attribute value "aa" (foo node) 1302 PASS classList.add("AA") with attribute value "aa" (foo node)
1303 PASS classList.add("a") with attribute value "a b c" (foo node) 1303 PASS classList.add("a") with attribute value "a b c" (foo node)
1304 FAIL classList.add("a") with attribute value "a a a b" (foo node) assert_equals : wrong class after modification expected "a b" but got "a a a b" 1304 PASS classList.add("a") with attribute value "a a a b" (foo node)
1305 PASS classList.add("a") with attribute value null (foo node) 1305 PASS classList.add("a") with attribute value null (foo node)
1306 PASS classList.add("a") with attribute value "" (foo node) 1306 PASS classList.add("a") with attribute value "" (foo node)
1307 PASS classList.add("a") with attribute value " " (foo node) 1307 PASS classList.add("a") with attribute value " " (foo node)
1308 PASS classList.add("a") with attribute value " \f" (foo node) 1308 PASS classList.add("a") with attribute value " \f" (foo node)
1309 PASS classList.add("b") with attribute value "a" (foo node) 1309 PASS classList.add("b") with attribute value "a" (foo node)
1310 PASS classList.add("d") with attribute value "a b c" (foo node) 1310 PASS classList.add("d") with attribute value "a b c" (foo node)
1311 PASS classList.add("d") with attribute value "a b c " (foo node) 1311 PASS classList.add("d") with attribute value "a b c " (foo node)
1312 FAIL classList.add("c") with attribute value " a a b" (foo node) assert_equal s: wrong class after modification expected "a b c" but got "a a b c" 1312 PASS classList.add("c") with attribute value " a a b" (foo node)
1313 FAIL classList.add("a") with attribute value " a a b" (foo node) assert_equal s: wrong class after modification expected "a b" but got "a a b" 1313 PASS classList.add("a") with attribute value " a a b" (foo node)
1314 PASS classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (fo o node) 1314 PASS classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (fo o node)
1315 PASS classList.add("d", "e") with attribute value "a b c " (foo node) 1315 PASS classList.add("d", "e") with attribute value "a b c " (foo node)
1316 PASS classList.add("a", "a") with attribute value "a b c " (foo node) 1316 PASS classList.add("a", "a") with attribute value "a b c " (foo node)
1317 PASS classList.add("d", "d") with attribute value "a b c " (foo node) 1317 PASS classList.add("d", "d") with attribute value "a b c " (foo node)
1318 FAIL classList.add() with attribute value "a b c a " (foo node) assert_equals: w rong class after modification expected "a b c" but got "a b c a" 1318 PASS classList.add() with attribute value "a b c a " (foo node)
1319 PASS classList.add("a", "b") with attribute value null (foo node) 1319 PASS classList.add("a", "b") with attribute value null (foo node)
1320 PASS classList.add("a", "b") with attribute value "" (foo node) 1320 PASS classList.add("a", "b") with attribute value "" (foo node)
1321 PASS classList.add(null) with attribute value null (foo node) 1321 PASS classList.add(null) with attribute value null (foo node)
1322 PASS classList.add(undefined) with attribute value null (foo node) 1322 PASS classList.add(undefined) with attribute value null (foo node)
1323 PASS classList.remove("") with attribute value null (foo node) 1323 PASS classList.remove("") with attribute value null (foo node)
1324 PASS classList.remove(" ") with attribute value null (foo node) 1324 PASS classList.remove(" ") with attribute value null (foo node)
1325 PASS classList.remove("\ta") with attribute value "\ta" (foo node) 1325 PASS classList.remove("\ta") with attribute value "\ta" (foo node)
1326 PASS classList.remove("a\t") with attribute value "a\t" (foo node) 1326 PASS classList.remove("a\t") with attribute value "a\t" (foo node)
1327 PASS classList.remove("\na") with attribute value "\na" (foo node) 1327 PASS classList.remove("\na") with attribute value "\na" (foo node)
1328 PASS classList.remove("a\n") with attribute value "a\n" (foo node) 1328 PASS classList.remove("a\n") with attribute value "a\n" (foo node)
(...skipping 15 matching lines...) Expand all
1344 PASS classList.remove("aa") with attribute value "aa aa bb" (foo node) 1344 PASS classList.remove("aa") with attribute value "aa aa bb" (foo node)
1345 PASS classList.remove("a") with attribute value "a a b a a c a a" (foo node) 1345 PASS classList.remove("a") with attribute value "a a b a a c a a" (foo node)
1346 PASS classList.remove("b") with attribute value "a b c" (foo node) 1346 PASS classList.remove("b") with attribute value "a b c" (foo node)
1347 PASS classList.remove("bbb") with attribute value "aaa bbb ccc" (foo node) 1347 PASS classList.remove("bbb") with attribute value "aaa bbb ccc" (foo node)
1348 PASS classList.remove("b") with attribute value " a b c " (foo node) 1348 PASS classList.remove("b") with attribute value " a b c " (foo node)
1349 PASS classList.remove("b") with attribute value "a b b b c" (foo node) 1349 PASS classList.remove("b") with attribute value "a b b b c" (foo node)
1350 PASS classList.remove("c") with attribute value "a b c" (foo node) 1350 PASS classList.remove("c") with attribute value "a b c" (foo node)
1351 PASS classList.remove("c") with attribute value " a b c " (foo node) 1351 PASS classList.remove("c") with attribute value " a b c " (foo node)
1352 PASS classList.remove("c") with attribute value "a b c c c" (foo node) 1352 PASS classList.remove("c") with attribute value "a b c c c" (foo node)
1353 PASS classList.remove("a") with attribute value "a b a c a d a" (foo node) 1353 PASS classList.remove("a") with attribute value "a b a c a d a" (foo node)
1354 FAIL classList.remove("AA") with attribute value "AA BB aa CC AA dd aa" (foo nod e) assert_equals: wrong class after modification expected "BB aa CC dd" but got "BB aa CC dd aa" 1354 PASS classList.remove("AA") with attribute value "AA BB aa CC AA dd aa" (foo nod e)
1355 PASS classList.remove("a") with attribute value "\ra\na\ta\f" (foo node) 1355 PASS classList.remove("a") with attribute value "\ra\na\ta\f" (foo node)
1356 PASS classList.remove("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (foo node) 1356 PASS classList.remove("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (foo node)
1357 PASS classList.remove("d", "e") with attribute value "a b c " (foo node) 1357 PASS classList.remove("d", "e") with attribute value "a b c " (foo node)
1358 PASS classList.remove("a", "b") with attribute value "a b c " (foo node) 1358 PASS classList.remove("a", "b") with attribute value "a b c " (foo node)
1359 PASS classList.remove("a", "c") with attribute value "a b c " (foo node) 1359 PASS classList.remove("a", "c") with attribute value "a b c " (foo node)
1360 PASS classList.remove("a", "a") with attribute value "a b c " (foo node) 1360 PASS classList.remove("a", "a") with attribute value "a b c " (foo node)
1361 PASS classList.remove("d", "d") with attribute value "a b c " (foo node) 1361 PASS classList.remove("d", "d") with attribute value "a b c " (foo node)
1362 PASS classList.remove() with attribute value "a b c " (foo node) 1362 PASS classList.remove() with attribute value "a b c " (foo node)
1363 PASS classList.remove("a", "b") with attribute value null (foo node) 1363 PASS classList.remove("a", "b") with attribute value null (foo node)
1364 PASS classList.remove("a", "b") with attribute value "" (foo node) 1364 PASS classList.remove("a", "b") with attribute value "" (foo node)
1365 FAIL classList.remove() with attribute value "a a" (foo node) assert_equals: wro ng class after modification expected "a" but got "a a" 1365 PASS classList.remove() with attribute value "a a" (foo node)
1366 PASS classList.remove(null) with attribute value "null" (foo node) 1366 PASS classList.remove(null) with attribute value "null" (foo node)
1367 PASS classList.remove(undefined) with attribute value "undefined" (foo node) 1367 PASS classList.remove(undefined) with attribute value "undefined" (foo node)
1368 PASS classList.toggle("") with attribute value null (foo node) 1368 PASS classList.toggle("") with attribute value null (foo node)
1369 PASS classList.toggle("aa ") with attribute value null (foo node) 1369 PASS classList.toggle("aa ") with attribute value null (foo node)
1370 PASS classList.toggle("a") with attribute value null (foo node) 1370 PASS classList.toggle("a") with attribute value null (foo node)
1371 PASS classList.toggle("a") with attribute value "" (foo node) 1371 PASS classList.toggle("a") with attribute value "" (foo node)
1372 PASS classList.toggle("a") with attribute value " " (foo node) 1372 PASS classList.toggle("a") with attribute value " " (foo node)
1373 PASS classList.toggle("a") with attribute value " \f" (foo node) 1373 PASS classList.toggle("a") with attribute value " \f" (foo node)
1374 PASS classList.toggle("b") with attribute value "a" (foo node) 1374 PASS classList.toggle("b") with attribute value "a" (foo node)
1375 PASS classList.toggle("A") with attribute value "a" (foo node) 1375 PASS classList.toggle("A") with attribute value "a" (foo node)
1376 PASS classList.toggle("d") with attribute value "a b c" (foo node) 1376 PASS classList.toggle("d") with attribute value "a b c" (foo node)
1377 FAIL classList.toggle("d") with attribute value " a a b" (foo node) assert_eq uals: wrong class after modification expected "a b d" but got "a a b d" 1377 PASS classList.toggle("d") with attribute value " a a b" (foo node)
1378 PASS classList.toggle("a") with attribute value "a" (foo node) 1378 PASS classList.toggle("a") with attribute value "a" (foo node)
1379 PASS classList.toggle("a") with attribute value " a a a " (foo node) 1379 PASS classList.toggle("a") with attribute value " a a a " (foo node)
1380 FAIL classList.toggle("a") with attribute value " A A A " (foo node) assert_equa ls: wrong class after modification expected "A a" but got "A A A a" 1380 PASS classList.toggle("a") with attribute value " A A A " (foo node)
1381 PASS classList.toggle("b") with attribute value " a b c " (foo node) 1381 PASS classList.toggle("b") with attribute value " a b c " (foo node)
1382 PASS classList.toggle("b") with attribute value " a b c b b" (foo node) 1382 PASS classList.toggle("b") with attribute value " a b c b b" (foo node)
1383 PASS classList.toggle("c") with attribute value " a b c " (foo node) 1383 PASS classList.toggle("c") with attribute value " a b c " (foo node)
1384 PASS classList.toggle("a") with attribute value " a b c " (foo node) 1384 PASS classList.toggle("a") with attribute value " a b c " (foo node)
1385 FAIL classList.toggle("b") with attribute value " a a b" (foo node) assert_eq uals: wrong class after modification expected "a" but got "a a" 1385 PASS classList.toggle("b") with attribute value " a a b" (foo node)
1386 PASS classList.toggle("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (foo node) 1386 PASS classList.toggle("a") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (foo node)
1387 PASS classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (foo node) 1387 PASS classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (foo node)
1388 PASS classList.toggle(null) with attribute value "null" (foo node) 1388 PASS classList.toggle(null) with attribute value "null" (foo node)
1389 PASS classList.toggle(null) with attribute value "" (foo node) 1389 PASS classList.toggle(null) with attribute value "" (foo node)
1390 PASS classList.toggle(undefined) with attribute value "undefined" (foo node) 1390 PASS classList.toggle(undefined) with attribute value "undefined" (foo node)
1391 PASS classList.toggle(undefined) with attribute value "" (foo node) 1391 PASS classList.toggle(undefined) with attribute value "" (foo node)
1392 PASS classList.toggle("a", true) with attribute value "" (foo node) 1392 PASS classList.toggle("a", true) with attribute value "" (foo node)
1393 PASS classList.toggle("a", true) with attribute value "a" (foo node) 1393 PASS classList.toggle("a", true) with attribute value "a" (foo node)
1394 PASS classList.toggle("b", true) with attribute value "a" (foo node) 1394 PASS classList.toggle("b", true) with attribute value "a" (foo node)
1395 PASS classList.toggle("b", true) with attribute value "a b" (foo node) 1395 PASS classList.toggle("b", true) with attribute value "a b" (foo node)
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1520 FAIL classList.replace("a", "c") with attribute value " a a b" (foo node) Can not read property 'apply' of undefined 1520 FAIL classList.replace("a", "c") with attribute value " a a b" (foo node) Can not read property 'apply' of undefined
1521 FAIL classList.replace("b", "c") with attribute value " a a b" (foo node) Can not read property 'apply' of undefined 1521 FAIL classList.replace("b", "c") with attribute value " a a b" (foo node) Can not read property 'apply' of undefined
1522 FAIL classList.replace("a", "c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\ f\r " (foo node) Cannot read property 'apply' of undefined 1522 FAIL classList.replace("a", "c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\ f\r " (foo node) Cannot read property 'apply' of undefined
1523 FAIL classList.replace("b", "c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\ f\r " (foo node) Cannot read property 'apply' of undefined 1523 FAIL classList.replace("b", "c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\ f\r " (foo node) Cannot read property 'apply' of undefined
1524 FAIL classList.replace(null, "b") with attribute value "a null" (foo node) Canno t read property 'apply' of undefined 1524 FAIL classList.replace(null, "b") with attribute value "a null" (foo node) Canno t read property 'apply' of undefined
1525 FAIL classList.replace("a", null) with attribute value "a b" (foo node) Cannot r ead property 'apply' of undefined 1525 FAIL classList.replace("a", null) with attribute value "a b" (foo node) Cannot r ead property 'apply' of undefined
1526 FAIL classList.replace(undefined, "b") with attribute value "a undefined" (foo n ode) Cannot read property 'apply' of undefined 1526 FAIL classList.replace(undefined, "b") with attribute value "a undefined" (foo n ode) Cannot read property 'apply' of undefined
1527 FAIL classList.replace("a", undefined) with attribute value "a b" (foo node) Can not read property 'apply' of undefined 1527 FAIL classList.replace("a", undefined) with attribute value "a b" (foo node) Can not read property 'apply' of undefined
1528 Harness: the test ran to completion. 1528 Harness: the test ran to completion.
1529 1529
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698