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 |
index cde05ee735c86e9335c49d5ada39e7ad847367dc..11406318d9d7bc3ad79f27aec4d1fc2522149971 100644 |
--- 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 |
@@ -3,9 +3,9 @@ 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 = element.setAttributeNode(attr); replaced.name is "style" |
PASS replaced.value is "background-color: red" |
-PASS attr.name is "STYLE" |
+PASS attr.name is "style" |
PASS attr.value is "" |
PASS element.getAttribute('style') is "" |
PASS element.getAttribute('StyLE') is "" |