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

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

Issue 61643028: Remove TreatNullAs=NullString for HTMLFontElement (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/HTMLFontElement.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 ec2a366be1a2c9227ac29b3c03412bda9efe8049..9410ccb7036a062ae6ea0966a10ac124d173064b 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -84,8 +84,8 @@ TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.width]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFieldSetElement.name]
TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.face]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.size]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.face]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.size]
TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.name]
TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.acceptCharset]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLFontElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698