blob: 4b1b0405602751fa3f950da8cb25f6bd8f0b66f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
[Element-classlist.html]
type: testharness
[classList must be correct for an element that has classes]
expected: FAIL
bug: 869788, https://github.com/whatwg/dom/issues/105
[empty classList should return the empty string since the ordered set parser skip the whitespaces]
expected: FAIL
[classList.remove must collapse whitespaces around each token and remove duplicates]
expected: FAIL
bug: 869788, https://github.com/whatwg/dom/issues/105
[classList.add must collapse whitespaces and remove duplicates when adding a token that already exists]
expected: FAIL
bug: 869788, https://github.com/whatwg/dom/issues/105
[classList.add should treat \\t as a space]
expected: FAIL
[classList.add should treat \\r as a space]
expected: FAIL
[classList.add should treat \\n as a space]
expected: FAIL
[classList.add should treat \\f as a space]
expected: FAIL
[classList.replace must collapse whitespaces around each token and remove duplicates]
expected: FAIL
bug: 869788, https://github.com/whatwg/dom/issues/105
|