auto merge of #4354 : neojski/servo/getElementsByTagNameNS-filter-root, r=Ms2ger

This fixes #4349.
This commit is contained in:
bors-servo 2014-12-12 14:09:53 -07:00
commit 9e83f096a5
3 changed files with 8 additions and 20 deletions

View file

@ -5,7 +5,3 @@
[hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames]
expected: FAIL
[getElementsByTagName(\'*\')]
expected: FAIL

View file

@ -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