Index: LayoutTests/fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt |
diff --git a/LayoutTests/fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt b/LayoutTests/fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt |
index d2a3368a18d3a1abf76dd9b7e53640257f3985fc..8ce3e396f19da53b91ed49e93b1f60966e13302f 100644 |
--- a/LayoutTests/fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt |
+++ b/LayoutTests/fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt |
@@ -3,6 +3,9 @@ This test verifies that the setAttributeNode() API checks for existing attribute |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
PASS test.getAttribute('style') is test.getAttribute('STYLE') |
PASS test.getAttributeNode('style').value is test.getAttributeNode('STYLE').value |
Verifying that attributes with the same name but different namespaces are treated as unique entities. For the following test two different attribute values should be returned. |
@@ -13,7 +16,4 @@ PASS test.getAttributeNodeNS('ns1', 'newattr').value is 'newattr3' |
PASS successfullyParsed is true |
TEST COMPLETE |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |