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

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

Issue 58493002: Remove TreatNullAs=NullString for HTMLAnchorElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix tests 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-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 800fa7aeea65eec859a140a8135f6018234d9801..12092ce319eb4c4f93476900dd7dfe194da2a22c 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -14,16 +14,18 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText]
TEST SUCCEEDED: Exception (SyntaxError: An invalid or illegal string was specified.) was thrown as expected. [tested HTMLElement.contentEditable]
TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.accessKey]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.charset]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.coords]
+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 empty string. [tested HTMLAnchorElement.hreflang]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.name]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rel]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rev]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.shape]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.target]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.type]
+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]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rel]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rev]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.target]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type]
TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.align]
TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.alt]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/fast/dom/ping-attribute-dom-binding.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698