mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
auto merge of #4354 : neojski/servo/getElementsByTagNameNS-filter-root, r=Ms2ger
This fixes #4349.
This commit is contained in:
commit
9e83f096a5
3 changed files with 8 additions and 20 deletions
|
@ -5,7 +5,3 @@
|
|||
|
||||
[hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName(\'*\')]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
[Element-getElementsByTagNameNS.html]
|
||||
type: testharness
|
||||
[getElementsByTagNameNS(\'http://www.w3.org/1999/xhtml\', \'*\')]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagNameNS(\'*\', \'*\')]
|
||||
expected: FAIL
|
||||
|
||||
[Matching the context object (wildcard namespace)]
|
||||
expected: FAIL
|
||||
|
||||
[Matching the context object (specific namespace)]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue