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

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

Issue 72583002: Remove TreatNullAs=NullString for HTMLEmbedElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLEmbedElement.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 cde04820c85b1a0652fd1c9fcdbf4cd230ea48d5..4409aa6eb2aaa00cb1bcbb0843505f9af1624c45 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -74,10 +74,12 @@ TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.value
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLDivElement.align]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.align]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.name]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.src]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.type]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.align]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.height]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.name]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLEmbedElement.src]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.type]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.width]
TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color]
TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.face]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLEmbedElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698