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 2105c72b783ebe2689d1de96cd2700be017fe3a3..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. |