mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fix getElementsByTagName[NS] support to match the spec.
This commit is contained in:
parent
70e70fd1d9
commit
0b802ab018
5 changed files with 65 additions and 22 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
// test3: getElementsByTagName
|
||||
{
|
||||
is(document.getElementsByTagName("DIV").length, 0);
|
||||
is(document.getElementsByTagName("DIV").length, 5);
|
||||
|
||||
is(document.getElementsByTagName("div").length,
|
||||
document.documentElement.getElementsByTagName("div").length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue