mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-14 04:19:22 +00:00
34 lines
1.1 KiB
INI
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
|
|
|