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

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

Issue 99233002: Remove TreatNullAs=NullString for HTMLObjectElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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') | Source/core/html/HTMLObjectElement.cpp » ('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 938d79ea2f587366cf98d74c7eef6c2b4a9e662d..dbb9d0fad365e7c980663c4cd4ed4c2803b21ea8 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -202,19 +202,19 @@ TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMetaElement.scheme]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLModElement.cite]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLModElement.dateTime]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.code]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.align]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.archive]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.code]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.align]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.archive]
TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.border]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.codeBase]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.codeType]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.data]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.height]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.name]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.standby]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.type]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.useMap]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.width]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLObjectElement.codeBase]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.codeType]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLObjectElement.data]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.height]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.name]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.standby]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.type]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.useMap]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.width]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOListElement.type]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLObjectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698