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

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

Issue 60733023: Remove TreatNullAs=NullString for HTMLFormElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update 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/HTMLFormElement.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 9410ccb7036a062ae6ea0966a10ac124d173064b..386b9e968471a0f15c80093f38e1a0dcf094f87d 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -87,13 +87,14 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color]
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]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.action]
-TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.encoding]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.acceptCharset]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLFormElement.action]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.autocomplete]
TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.enctype]
+TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.encoding]
TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.target]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.name]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.target]
TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.frameBorder]
TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.longDesc]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLFormElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698