mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update the test results for DOMTokenList / Element.classList.
This commit is contained in:
parent
c983b2b97e
commit
a81999b2dd
2 changed files with 0 additions and 36 deletions
|
@ -12,9 +12,6 @@
|
||||||
[Should be able to delete DOMStringList.]
|
[Should be able to delete DOMStringList.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Should be able to delete DOMTokenList.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Should be able to delete DOMSettableTokenList.]
|
[Should be able to delete DOMSettableTokenList.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,5 @@
|
||||||
[Element-classlist.html]
|
[Element-classlist.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[Element.classList must exist as an object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Element.classList must exist as an object even if the element has no class attribute]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[DOMTokenList should be exposed for prototyping]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[prototyping DOMTokenList should work]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Element.classList must implement DOMTokenList]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[CSS .foo selectors must not match elements without any class]
|
[CSS .foo selectors must not match elements without any class]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -30,15 +15,9 @@
|
||||||
[classList.item() must return null for out-of-range index]
|
[classList.item() must return null for out-of-range index]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[classList.item() must return null for negative index]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[classList[index\] must be undefined for out-of-range index]
|
[classList[index\] must be undefined for out-of-range index]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[classList[index\] must be undefined for negative index]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[empty classList should return the empty string since the ordered set parser skip the whitespaces]
|
[empty classList should return the empty string since the ordered set parser skip the whitespaces]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -102,9 +81,6 @@
|
||||||
[classList[index\] must return case-sensitive strings and preserve token order]
|
[classList[index\] must return case-sensitive strings and preserve token order]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[classList[index\] must still be undefined for out-of-range index when earlier indexes exist]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[className must update correctly when items have been added through classList]
|
[className must update correctly when items have been added through classList]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -162,12 +138,6 @@
|
||||||
[classList must stringify to an empty string when all classes have been removed]
|
[classList must stringify to an empty string when all classes have been removed]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[classList.item(0) must return null when all classes have been removed]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[classList[0\] must be undefined when all classes have been removed]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[classList.add should treat " " as a space]
|
[classList.add should treat " " as a space]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -186,6 +156,3 @@
|
||||||
[classList.length must be read-only]
|
[classList.length must be read-only]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[classList must be read-only]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue