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

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

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines 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 2105c72b783ebe2689d1de96cd2700be017fe3a3..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.

Powered by Google App Engine
This is Rietveld 408576698