Files
UXP-Fixed/testing/web-platform/meta/dom/nodes/Element-classlist.html.ini
T
2018-02-02 04:16:08 -05:00

34 lines
1.1 KiB
INI

[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