Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Attr/update-attribute-node-no-crash-expected.txt

Issue 1747403002: Make Document.createAttribute lowercase the name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ""

Powered by Google App Engine
This is Rietveld 408576698