Index: LayoutTests/fast/dom/getElementsByTagName-localName-matching-expected.txt |
diff --git a/LayoutTests/fast/dom/getElementsByTagName-localName-matching-expected.txt b/LayoutTests/fast/dom/getElementsByTagName-localName-matching-expected.txt |
index 12de14bb155c5f24e15a4c0d6aa4c4eb2d825b5e..26520e17ed58408153e75faf846d2e9d3b466486 100644 |
--- a/LayoutTests/fast/dom/getElementsByTagName-localName-matching-expected.txt |
+++ b/LayoutTests/fast/dom/getElementsByTagName-localName-matching-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 |