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

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

Issue 2895903002: DOMTokenList: Update serialization algorithm on add()/remove() (Closed)
Patch Set: Apply review comments 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/dom/nodes/MutationObserver-attributes-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 1135 tests; 745 PASS, 390 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 1135 tests; 805 PASS, 330 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 FAIL classList.length when set to "a a" (HTML node) assert_equals: expected 1 bu t got 2
12 FAIL classList.length when set to "a a a a a a" (HTML node) assert_equals: expec ted 1 but got 6 12 FAIL classList.length when set to "a a a a a a" (HTML node) assert_equals: expec ted 1 but got 6
(...skipping 61 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 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"
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 FAIL classList.add("a") with attribute value " " (HTML node) assert_equals: wron g class after modification expected "a" but got " a" 87 PASS classList.add("a") with attribute value " " (HTML node)
88 FAIL classList.add("a") with attribute value " \f" (HTML node) assert_equals: wrong class after modification expected "a" but got " \fa" 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 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"
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 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"
94 FAIL classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HT ML node) assert_equals: wrong class after modification expected "a b c" but got "\t\n\f\r a\t\n\f\r b\t\n\f\r c" 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 FAIL classList.add("a", "a") with attribute value "a b c " (HTML node) assert_eq uals: wrong class after modification expected "a b c" but got "a b c " 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 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"
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)
109 PASS classList.remove("\fa") with attribute value "\fa" (HTML node) 109 PASS classList.remove("\fa") with attribute value "\fa" (HTML node)
110 PASS classList.remove("a\f") with attribute value "a\f" (HTML node) 110 PASS classList.remove("a\f") with attribute value "a\f" (HTML node)
111 PASS classList.remove("\ra") with attribute value "\ra" (HTML node) 111 PASS classList.remove("\ra") with attribute value "\ra" (HTML node)
112 PASS classList.remove("a\r") with attribute value "a\r" (HTML node) 112 PASS classList.remove("a\r") with attribute value "a\r" (HTML node)
113 PASS classList.remove(" a") with attribute value " a" (HTML node) 113 PASS classList.remove(" a") with attribute value " a" (HTML node)
114 PASS classList.remove("a ") with attribute value "a " (HTML node) 114 PASS classList.remove("a ") with attribute value "a " (HTML node)
115 PASS classList.remove("aa ") with attribute value "aa " (HTML node) 115 PASS classList.remove("aa ") with attribute value "aa " (HTML node)
116 PASS classList.remove("a") with attribute value null (HTML node) 116 PASS classList.remove("a") with attribute value null (HTML node)
117 PASS classList.remove("a") with attribute value "" (HTML node) 117 PASS classList.remove("a") with attribute value "" (HTML node)
118 FAIL classList.remove("d") with attribute value "a b c" (HTML node) assert_equa ls: wrong class after modification expected "a b c" but got "a b c" 118 PASS classList.remove("d") with attribute value "a b c" (HTML node)
119 FAIL classList.remove("A") with attribute value "a b c" (HTML node) assert_equa ls: wrong class after modification expected "a b c" but got "a b c" 119 PASS classList.remove("A") with attribute value "a b c" (HTML node)
120 PASS classList.remove("a") with attribute value " a a a " (HTML node) 120 PASS classList.remove("a") with attribute value " a a a " (HTML node)
121 PASS classList.remove("a") with attribute value "a b" (HTML node) 121 PASS classList.remove("a") with attribute value "a b" (HTML node)
122 PASS classList.remove("a") with attribute value "a b " (HTML node) 122 PASS classList.remove("a") with attribute value "a b " (HTML node)
123 PASS classList.remove("a") with attribute value "a a b" (HTML node) 123 PASS classList.remove("a") with attribute value "a a b" (HTML node)
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 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"
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 FAIL classList.remove("d", "e") with attribute value "a b c " (HTML node) assert _equals: wrong class after modification expected "a b c" but got "a b c " 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 FAIL classList.remove("d", "d") with attribute value "a b c " (HTML node) assert _equals: wrong class after modification expected "a b c" but got "a b c " 141 PASS classList.remove("d", "d") with attribute value "a b c " (HTML node)
142 FAIL classList.remove() with attribute value "a b c " (HTML node) assert_equals: wrong class after modification expected "a b c" but got "a b c " 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 FAIL classList.remove() with attribute value "a a" (HTML node) assert_equals: wr ong class after modification expected "a" but got "a a"
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 FAIL classList.toggle("a") with attribute value " " (HTML node) assert_equals: w rong class after modification expected "a" but got " a" 152 PASS classList.toggle("a") with attribute value " " (HTML node)
153 FAIL classList.toggle("a") with attribute value " \f" (HTML node) assert_equal s: wrong class after modification expected "a" but got " \fa" 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 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"
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 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"
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 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"
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 FAIL classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (HTML node) assert_equals: wrong class after modification expected "a b c" but g ot "\t\n\f\r a\t\n\f\r b\t\n\f\r c" 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)
176 PASS classList.toggle("a", false) with attribute value "" (HTML node) 176 PASS classList.toggle("a", false) with attribute value "" (HTML node)
177 PASS classList.toggle("a", false) with attribute value "a" (HTML node) 177 PASS classList.toggle("a", false) with attribute value "a" (HTML node)
(...skipping 201 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 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"
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 FAIL classList.add("a") with attribute value " " (XHTML node) assert_equals: wro ng class after modification expected "a" but got " a" 392 PASS classList.add("a") with attribute value " " (XHTML node)
393 FAIL classList.add("a") with attribute value " \f" (XHTML node) assert_equals: wrong class after modification expected "a" but got " \fa" 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 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"
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 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"
399 FAIL classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XH TML node) assert_equals: wrong class after modification expected "a b c" but got "\t\n\f\r a\t\n\f\r b\t\n\f\r c" 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 FAIL classList.add("a", "a") with attribute value "a b c " (XHTML node) assert_e quals: wrong class after modification expected "a b c" but got "a b c " 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 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"
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)
414 PASS classList.remove("\fa") with attribute value "\fa" (XHTML node) 414 PASS classList.remove("\fa") with attribute value "\fa" (XHTML node)
415 PASS classList.remove("a\f") with attribute value "a\f" (XHTML node) 415 PASS classList.remove("a\f") with attribute value "a\f" (XHTML node)
416 PASS classList.remove("\ra") with attribute value "\ra" (XHTML node) 416 PASS classList.remove("\ra") with attribute value "\ra" (XHTML node)
417 PASS classList.remove("a\r") with attribute value "a\r" (XHTML node) 417 PASS classList.remove("a\r") with attribute value "a\r" (XHTML node)
418 PASS classList.remove(" a") with attribute value " a" (XHTML node) 418 PASS classList.remove(" a") with attribute value " a" (XHTML node)
419 PASS classList.remove("a ") with attribute value "a " (XHTML node) 419 PASS classList.remove("a ") with attribute value "a " (XHTML node)
420 PASS classList.remove("aa ") with attribute value "aa " (XHTML node) 420 PASS classList.remove("aa ") with attribute value "aa " (XHTML node)
421 PASS classList.remove("a") with attribute value null (XHTML node) 421 PASS classList.remove("a") with attribute value null (XHTML node)
422 PASS classList.remove("a") with attribute value "" (XHTML node) 422 PASS classList.remove("a") with attribute value "" (XHTML node)
423 FAIL classList.remove("d") with attribute value "a b c" (XHTML node) assert_equ als: wrong class after modification expected "a b c" but got "a b c" 423 PASS classList.remove("d") with attribute value "a b c" (XHTML node)
424 FAIL classList.remove("A") with attribute value "a b c" (XHTML node) assert_equ als: wrong class after modification expected "a b c" but got "a b c" 424 PASS classList.remove("A") with attribute value "a b c" (XHTML node)
425 PASS classList.remove("a") with attribute value " a a a " (XHTML node) 425 PASS classList.remove("a") with attribute value " a a a " (XHTML node)
426 PASS classList.remove("a") with attribute value "a b" (XHTML node) 426 PASS classList.remove("a") with attribute value "a b" (XHTML node)
427 PASS classList.remove("a") with attribute value "a b " (XHTML node) 427 PASS classList.remove("a") with attribute value "a b " (XHTML node)
428 PASS classList.remove("a") with attribute value "a a b" (XHTML node) 428 PASS classList.remove("a") with attribute value "a a b" (XHTML node)
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 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"
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 FAIL classList.remove("d", "e") with attribute value "a b c " (XHTML node) asser t_equals: wrong class after modification expected "a b c" but got "a b c " 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 FAIL classList.remove("d", "d") with attribute value "a b c " (XHTML node) asser t_equals: wrong class after modification expected "a b c" but got "a b c " 446 PASS classList.remove("d", "d") with attribute value "a b c " (XHTML node)
447 FAIL classList.remove() with attribute value "a b c " (XHTML node) assert_equals : wrong class after modification expected "a b c" but got "a b c " 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 FAIL classList.remove() with attribute value "a a" (XHTML node) assert_equals: w rong class after modification expected "a" but got "a a"
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 FAIL classList.toggle("a") with attribute value " " (XHTML node) assert_equals: wrong class after modification expected "a" but got " a" 457 PASS classList.toggle("a") with attribute value " " (XHTML node)
458 FAIL classList.toggle("a") with attribute value " \f" (XHTML node) assert_equa ls: wrong class after modification expected "a" but got " \fa" 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 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"
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 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"
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 FAIL classList.toggle("b") with attribute value " a a b" (XHTML node) assert_ equals: wrong class after modification expected "a" but got "a a"
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 FAIL classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (XHTML node) assert_equals: wrong class after modification expected "a b c" but got "\t\n\f\r a\t\n\f\r b\t\n\f\r c" 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)
481 PASS classList.toggle("a", false) with attribute value "" (XHTML node) 481 PASS classList.toggle("a", false) with attribute value "" (XHTML node)
482 PASS classList.toggle("a", false) with attribute value "a" (XHTML node) 482 PASS classList.toggle("a", false) with attribute value "a" (XHTML node)
(...skipping 201 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 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"
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 FAIL classList.add("a") with attribute value " " (MathML node) assert_equals: wr ong class after modification expected "a" but got " a" 697 PASS classList.add("a") with attribute value " " (MathML node)
698 FAIL classList.add("a") with attribute value " \f" (MathML node) assert_equals : wrong class after modification expected "a" but got " \fa" 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 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"
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 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"
704 FAIL classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (Ma thML node) assert_equals: wrong class after modification expected "a b c" but go t "\t\n\f\r a\t\n\f\r b\t\n\f\r c" 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 FAIL classList.add("a", "a") with attribute value "a b c " (MathML node) assert_ equals: wrong class after modification expected "a b c" but got "a b c " 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 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"
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)
719 PASS classList.remove("\fa") with attribute value "\fa" (MathML node) 719 PASS classList.remove("\fa") with attribute value "\fa" (MathML node)
720 PASS classList.remove("a\f") with attribute value "a\f" (MathML node) 720 PASS classList.remove("a\f") with attribute value "a\f" (MathML node)
721 PASS classList.remove("\ra") with attribute value "\ra" (MathML node) 721 PASS classList.remove("\ra") with attribute value "\ra" (MathML node)
722 PASS classList.remove("a\r") with attribute value "a\r" (MathML node) 722 PASS classList.remove("a\r") with attribute value "a\r" (MathML node)
723 PASS classList.remove(" a") with attribute value " a" (MathML node) 723 PASS classList.remove(" a") with attribute value " a" (MathML node)
724 PASS classList.remove("a ") with attribute value "a " (MathML node) 724 PASS classList.remove("a ") with attribute value "a " (MathML node)
725 PASS classList.remove("aa ") with attribute value "aa " (MathML node) 725 PASS classList.remove("aa ") with attribute value "aa " (MathML node)
726 PASS classList.remove("a") with attribute value null (MathML node) 726 PASS classList.remove("a") with attribute value null (MathML node)
727 PASS classList.remove("a") with attribute value "" (MathML node) 727 PASS classList.remove("a") with attribute value "" (MathML node)
728 FAIL classList.remove("d") with attribute value "a b c" (MathML node) assert_eq uals: wrong class after modification expected "a b c" but got "a b c" 728 PASS classList.remove("d") with attribute value "a b c" (MathML node)
729 FAIL classList.remove("A") with attribute value "a b c" (MathML node) assert_eq uals: wrong class after modification expected "a b c" but got "a b c" 729 PASS classList.remove("A") with attribute value "a b c" (MathML node)
730 PASS classList.remove("a") with attribute value " a a a " (MathML node) 730 PASS classList.remove("a") with attribute value " a a a " (MathML node)
731 PASS classList.remove("a") with attribute value "a b" (MathML node) 731 PASS classList.remove("a") with attribute value "a b" (MathML node)
732 PASS classList.remove("a") with attribute value "a b " (MathML node) 732 PASS classList.remove("a") with attribute value "a b " (MathML node)
733 PASS classList.remove("a") with attribute value "a a b" (MathML node) 733 PASS classList.remove("a") with attribute value "a a b" (MathML node)
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 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"
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 FAIL classList.remove("d", "e") with attribute value "a b c " (MathML node) asse rt_equals: wrong class after modification expected "a b c" but got "a b c " 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 FAIL classList.remove("d", "d") with attribute value "a b c " (MathML node) asse rt_equals: wrong class after modification expected "a b c" but got "a b c " 751 PASS classList.remove("d", "d") with attribute value "a b c " (MathML node)
752 FAIL classList.remove() with attribute value "a b c " (MathML node) assert_equal s: wrong class after modification expected "a b c" but got "a b c " 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 FAIL classList.remove() with attribute value "a a" (MathML node) assert_equals: wrong class after modification expected "a" but got "a a"
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 FAIL classList.toggle("a") with attribute value " " (MathML node) assert_equals: wrong class after modification expected "a" but got " a" 762 PASS classList.toggle("a") with attribute value " " (MathML node)
763 FAIL classList.toggle("a") with attribute value " \f" (MathML node) assert_equ als: wrong class after modification expected "a" but got " \fa" 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 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"
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 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"
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 FAIL classList.toggle("b") with attribute value " a a b" (MathML node) assert _equals: wrong class after modification expected "a" but got "a a"
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 FAIL classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (MathML node) assert_equals: wrong class after modification expected "a b c" but got "\t\n\f\r a\t\n\f\r b\t\n\f\r c" 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)
786 PASS classList.toggle("a", false) with attribute value "" (MathML node) 786 PASS classList.toggle("a", false) with attribute value "" (MathML node)
787 PASS classList.toggle("a", false) with attribute value "a" (MathML node) 787 PASS classList.toggle("a", false) with attribute value "a" (MathML node)
(...skipping 201 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 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"
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 FAIL classList.add("a") with attribute value " " (XML node with null namespace) assert_equals: wrong class after modification expected "a" but got " a" 1002 PASS classList.add("a") with attribute value " " (XML node with null namespace)
1003 FAIL classList.add("a") with attribute value " \f" (XML node with null namespa ce) assert_equals: wrong class after modification expected "a" but got " \fa" 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 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"
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 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"
1009 FAIL 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) assert_equals: wrong class after modification expect ed "a b c" but got "\t\n\f\r a\t\n\f\r b\t\n\f\r c" 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 FAIL classList.add("a", "a") with attribute value "a b c " (XML node with null n amespace) assert_equals: wrong class after modification expected "a b c" but got "a b c " 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 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"
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)
1024 PASS classList.remove("\fa") with attribute value "\fa" (XML node with null name space) 1024 PASS classList.remove("\fa") with attribute value "\fa" (XML node with null name space)
1025 PASS classList.remove("a\f") with attribute value "a\f" (XML node with null name space) 1025 PASS classList.remove("a\f") with attribute value "a\f" (XML node with null name space)
1026 PASS classList.remove("\ra") with attribute value "\ra" (XML node with null name space) 1026 PASS classList.remove("\ra") with attribute value "\ra" (XML node with null name space)
1027 PASS classList.remove("a\r") with attribute value "a\r" (XML node with null name space) 1027 PASS classList.remove("a\r") with attribute value "a\r" (XML node with null name space)
1028 PASS classList.remove(" a") with attribute value " a" (XML node with null namesp ace) 1028 PASS classList.remove(" a") with attribute value " a" (XML node with null namesp ace)
1029 PASS classList.remove("a ") with attribute value "a " (XML node with null namesp ace) 1029 PASS classList.remove("a ") with attribute value "a " (XML node with null namesp ace)
1030 PASS classList.remove("aa ") with attribute value "aa " (XML node with null name space) 1030 PASS classList.remove("aa ") with attribute value "aa " (XML node with null name space)
1031 PASS classList.remove("a") with attribute value null (XML node with null namespa ce) 1031 PASS classList.remove("a") with attribute value null (XML node with null namespa ce)
1032 PASS classList.remove("a") with attribute value "" (XML node with null namespace ) 1032 PASS classList.remove("a") with attribute value "" (XML node with null namespace )
1033 FAIL classList.remove("d") with attribute value "a b c" (XML node with null nam espace) assert_equals: wrong class after modification expected "a b c" but got " a b c" 1033 PASS classList.remove("d") with attribute value "a b c" (XML node with null nam espace)
1034 FAIL classList.remove("A") with attribute value "a b c" (XML node with null nam espace) assert_equals: wrong class after modification expected "a b c" but got " a b c" 1034 PASS classList.remove("A") with attribute value "a b c" (XML node with null nam espace)
1035 PASS classList.remove("a") with attribute value " a a a " (XML node with null na mespace) 1035 PASS classList.remove("a") with attribute value " a a a " (XML node with null na mespace)
1036 PASS classList.remove("a") with attribute value "a b" (XML node with null names pace) 1036 PASS classList.remove("a") with attribute value "a b" (XML node with null names pace)
1037 PASS classList.remove("a") with attribute value "a b " (XML node with null nam espace) 1037 PASS classList.remove("a") with attribute value "a b " (XML node with null nam espace)
1038 PASS classList.remove("a") with attribute value "a a b" (XML node with null name space) 1038 PASS classList.remove("a") with attribute value "a a b" (XML node with null name space)
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 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"
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 FAIL classList.remove("d", "e") with attribute value "a b c " (XML node with nul l namespace) assert_equals: wrong class after modification expected "a b c" but got "a b c " 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 FAIL classList.remove("d", "d") with attribute value "a b c " (XML node with nul l namespace) assert_equals: wrong class after modification expected "a b c" but got "a b c " 1056 PASS classList.remove("d", "d") with attribute value "a b c " (XML node with nul l namespace)
1057 FAIL classList.remove() with attribute value "a b c " (XML node with null namesp ace) assert_equals: wrong class after modification expected "a b c" but got "a b c " 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 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"
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 FAIL classList.toggle("a") with attribute value " " (XML node with null namespac e) assert_equals: wrong class after modification expected "a" but got " a" 1067 PASS classList.toggle("a") with attribute value " " (XML node with null namespac e)
1068 FAIL classList.toggle("a") with attribute value " \f" (XML node with null name space) assert_equals: wrong class after modification expected "a" but got " \f a" 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 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"
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 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"
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 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"
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 FAIL 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) assert_equals: wrong class after modification exp ected "a b c" but got "\t\n\f\r a\t\n\f\r b\t\n\f\r c" 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)
1091 PASS classList.toggle("a", false) with attribute value "" (XML node with null na mespace) 1091 PASS classList.toggle("a", false) with attribute value "" (XML node with null na mespace)
1092 PASS classList.toggle("a", false) with attribute value "a" (XML node with null n amespace) 1092 PASS classList.toggle("a", false) with attribute value "a" (XML node with null n amespace)
(...skipping 201 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 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"
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 FAIL classList.add("a") with attribute value " " (foo node) assert_equals: wrong class after modification expected "a" but got " a" 1307 PASS classList.add("a") with attribute value " " (foo node)
1308 FAIL classList.add("a") with attribute value " \f" (foo node) assert_equals: w rong class after modification expected "a" but got " \fa" 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 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"
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 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"
1314 FAIL classList.add("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (fo o node) assert_equals: wrong class after modification expected "a b c" but got " \t\n\f\r a\t\n\f\r b\t\n\f\r c" 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 FAIL classList.add("a", "a") with attribute value "a b c " (foo node) assert_equ als: wrong class after modification expected "a b c" but got "a b c " 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 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"
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)
1329 PASS classList.remove("\fa") with attribute value "\fa" (foo node) 1329 PASS classList.remove("\fa") with attribute value "\fa" (foo node)
1330 PASS classList.remove("a\f") with attribute value "a\f" (foo node) 1330 PASS classList.remove("a\f") with attribute value "a\f" (foo node)
1331 PASS classList.remove("\ra") with attribute value "\ra" (foo node) 1331 PASS classList.remove("\ra") with attribute value "\ra" (foo node)
1332 PASS classList.remove("a\r") with attribute value "a\r" (foo node) 1332 PASS classList.remove("a\r") with attribute value "a\r" (foo node)
1333 PASS classList.remove(" a") with attribute value " a" (foo node) 1333 PASS classList.remove(" a") with attribute value " a" (foo node)
1334 PASS classList.remove("a ") with attribute value "a " (foo node) 1334 PASS classList.remove("a ") with attribute value "a " (foo node)
1335 PASS classList.remove("aa ") with attribute value "aa " (foo node) 1335 PASS classList.remove("aa ") with attribute value "aa " (foo node)
1336 PASS classList.remove("a") with attribute value null (foo node) 1336 PASS classList.remove("a") with attribute value null (foo node)
1337 PASS classList.remove("a") with attribute value "" (foo node) 1337 PASS classList.remove("a") with attribute value "" (foo node)
1338 FAIL classList.remove("d") with attribute value "a b c" (foo node) assert_equal s: wrong class after modification expected "a b c" but got "a b c" 1338 PASS classList.remove("d") with attribute value "a b c" (foo node)
1339 FAIL classList.remove("A") with attribute value "a b c" (foo node) assert_equal s: wrong class after modification expected "a b c" but got "a b c" 1339 PASS classList.remove("A") with attribute value "a b c" (foo node)
1340 PASS classList.remove("a") with attribute value " a a a " (foo node) 1340 PASS classList.remove("a") with attribute value " a a a " (foo node)
1341 PASS classList.remove("a") with attribute value "a b" (foo node) 1341 PASS classList.remove("a") with attribute value "a b" (foo node)
1342 PASS classList.remove("a") with attribute value "a b " (foo node) 1342 PASS classList.remove("a") with attribute value "a b " (foo node)
1343 PASS classList.remove("a") with attribute value "a a b" (foo node) 1343 PASS classList.remove("a") with attribute value "a a b" (foo node)
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 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"
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 FAIL classList.remove("d", "e") with attribute value "a b c " (foo node) assert_ equals: wrong class after modification expected "a b c" but got "a b c " 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 FAIL classList.remove("d", "d") with attribute value "a b c " (foo node) assert_ equals: wrong class after modification expected "a b c" but got "a b c " 1361 PASS classList.remove("d", "d") with attribute value "a b c " (foo node)
1362 FAIL classList.remove() with attribute value "a b c " (foo node) assert_equals: wrong class after modification expected "a b c" but got "a b c " 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 FAIL classList.remove() with attribute value "a a" (foo node) assert_equals: wro ng class after modification expected "a" but got "a a"
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 FAIL classList.toggle("a") with attribute value " " (foo node) assert_equals: wr ong class after modification expected "a" but got " a" 1372 PASS classList.toggle("a") with attribute value " " (foo node)
1373 FAIL classList.toggle("a") with attribute value " \f" (foo node) assert_equals : wrong class after modification expected "a" but got " \fa" 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 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"
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 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"
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 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"
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 FAIL classList.toggle("c") with attribute value "\t\n\f\r a\t\n\f\r b\t\n\f\r " (foo node) assert_equals: wrong class after modification expected "a b c" but go t "\t\n\f\r a\t\n\f\r b\t\n\f\r c" 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)
1396 PASS classList.toggle("a", false) with attribute value "" (foo node) 1396 PASS classList.toggle("a", false) with attribute value "" (foo node)
1397 PASS classList.toggle("a", false) with attribute value "a" (foo node) 1397 PASS classList.toggle("a", false) with attribute value "a" (foo node)
(...skipping 122 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/dom/nodes/MutationObserver-attributes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698