Index: third_party/WebKit/LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt |
deleted file mode 100644 |
index 11406318d9d7bc3ad79f27aec4d1fc2522149971..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-Updating value of replaced attribute node |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS replaced = element.setAttributeNode(attr); replaced.name is "style" |
-PASS replaced.value is "background-color: red" |
-PASS attr.name is "style" |
-PASS attr.value is "" |
-PASS element.getAttribute('style') is "" |
-PASS element.getAttribute('StyLE') is "" |
-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 |
- |
- |