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

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

Issue 59903003: Remove TreatNullAs=NullString for HTMLButtonElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@nullb
Patch Set: update tests 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
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 9429173c6c5fc1964c9082227d7cfc943db98bfe..4bb5eeed6efd2d06e7d78b03387bf77f3806c7e8 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -66,8 +66,13 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink]
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]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.value]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLButtonElement.formAction]
+TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLButtonElement.formEnctype]
+TEST SUCCEEDED: The value was the string 'get'. [tested HTMLButtonElement.formMethod]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.formTarget]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.name]
+TEST SUCCEEDED: The value was the string 'submit'. [tested HTMLButtonElement.type]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.value]
TEST SUCCEEDED: The value was the empty string. [tested HTMLDivElement.align]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/fast/forms/submit-form-attributes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698