Index: LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt |
diff --git a/LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt b/LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8bb30b3ba3f6e28b382b3580bc843b1df6b1d8fd |
--- /dev/null |
+++ b/LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt |
@@ -0,0 +1,13 @@ |
+Updating value of replaced attribute node |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS element.setAttributeNode(attr).value is "background-color: red" |
+PASS attr.value = 'background-color: green'; attr.value is "background-color: green" |
+PASS element.getAttribute('style') is "background-color: green" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |
+ |