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

Unified Diff: LayoutTests/fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 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: 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 d2a3368a18d3a1abf76dd9b7e53640257f3985fc..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.
@@ -13,7 +16,4 @@ PASS test.getAttributeNodeNS('ns1', 'newattr').value is 'newattr3'
PASS successfullyParsed is true
TEST COMPLETE
-PASS successfullyParsed is true
-
-TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698