mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Follow-up to work done in #4304.
all_elements should ignore root as well.
This commit is contained in:
parent
5913ba983b
commit
b30cdb8a5c
3 changed files with 4 additions and 12 deletions
|
@ -5,7 +5,3 @@
|
|||
|
||||
[hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName(\'*\')]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[Element-getElementsByTagNameNS.html]
|
||||
type: testharness
|
||||
[getElementsByTagNameNS(\'http://www.w3.org/1999/xhtml\', \'*\')]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagNameNS(\'*\', \'*\')]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue