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

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

Issue 59383002: Remove TreatNullAs=NullString for HTMLAreaElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@nullanchor
Patch Set: 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 12092ce319eb4c4f93476900dd7dfe194da2a22c..314bf2180813ffb876d05a1f783b125883681e71 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -40,11 +40,12 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.vspace
TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.width]
TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.accessKey]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.alt]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.coords]
+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 empty string. [tested HTMLAreaElement.shape]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.target]
+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]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaGroup]
TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preload]
« 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