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

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

Issue 60153008: Remove TreatNullAs=NullString for <base>, <body> and <br> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test 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
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLBRElement.idl » ('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 314bf2180813ffb876d05a1f783b125883681e71..9429173c6c5fc1964c9082227d7cfc943db98bfe 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -51,18 +51,19 @@ TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaG
TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preload]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAudioElement.src]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLBaseElement.target]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLBaseElement.href]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBaseElement.target]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBlockquoteElement.cite]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.background]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBodyElement.background]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.bgColor]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.link]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.text]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLBRElement.clear]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBRElement.clear]
TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.accessKey]
TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.name]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLBRElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698