| Index: LayoutTests/fast/dom/getElementsByTagName-localName-matching2-expected.txt
|
| diff --git a/LayoutTests/fast/dom/getElementsByTagName-localName-matching2-expected.txt b/LayoutTests/fast/dom/getElementsByTagName-localName-matching2-expected.txt
|
| index 942d128153cf1453306141019f1bf773bff30cd0..d70a2c15efd3807ba4c458102f98f4c88691d69e 100644
|
| --- a/LayoutTests/fast/dom/getElementsByTagName-localName-matching2-expected.txt
|
| +++ b/LayoutTests/fast/dom/getElementsByTagName-localName-matching2-expected.txt
|
| @@ -22,4 +22,7 @@ PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'foo').len
|
| PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'Foo').length is 0
|
| PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'img').length is 1
|
| PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'IMG').length is 0
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
|
|