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

Unified Diff: LayoutTests/fast/dom/element-attribute-js-null-expected.txt

Issue 105823005: Remove TreatNullAs=NullString for URLUtils.href (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: force rebuild Created 7 years 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
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/fast/domurl/url-href.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/element-attribute-js-null-expected.txt
diff --git a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
index 9ceb432568795b9839e860e92a15c1e5b4b46976..b5ffef3a36095263e72531883418013436accd3a 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -20,7 +20,7 @@ TEST SUCCEEDED: Exception (SyntaxError: Failed to set the 'contentEditable' prop
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.charset]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.coords]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.download]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.href]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAnchorElement.href]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.hreflang]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.ping]
@@ -42,7 +42,7 @@ TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.width
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.href]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAreaElement.href]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.ping]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/fast/domurl/url-href.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698