mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Updated to expect tests that are now passing
This commit is contained in:
parent
73721cd189
commit
a87391169d
2 changed files with 14 additions and 14 deletions
|
@ -1165,8 +1165,8 @@
|
|||
expected: FAIL
|
||||
|
||||
[Attr interface: attribute nodeValue]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[Attr interface: document.querySelector("[id\]").attributes[0\] must inherit property "nodeValue" with the proper type (5)]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
|
|
|
@ -16,38 +16,38 @@
|
|||
expected: FAIL
|
||||
|
||||
[setAttribute should not change the order of previously set attributes.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[setAttribute should set the first attribute with the given name]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[null and the empty string should result in a null namespace.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[XML-namespaced attributes don\'t need an xml prefix]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[xmlns should be allowed as local name]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[xmlns should be allowed as prefix in the XMLNS namespace]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[xmlns should be allowed as qualified name in the XMLNS namespace]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[Setting the same attribute with another prefix should not change the prefix]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[Attributes should work in document fragments.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[Attribute values should not be parsed.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[Specified attributes should be accessible.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[Entities in attributes should have been expanded while parsing.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue