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

Unified Diff: LayoutTests/fast/forms/submit-form-attributes-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
« no previous file with comments | « LayoutTests/fast/forms/submit-form-attributes.html ('k') | Source/core/html/HTMLButtonElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/submit-form-attributes-expected.txt
diff --git a/LayoutTests/fast/forms/submit-form-attributes-expected.txt b/LayoutTests/fast/forms/submit-form-attributes-expected.txt
index 502f2a002e9f011a7a09d78eea8105ff07b76004..3eec57458f6a10d3790f2d640a4e9b8bf0a621de 100644
--- a/LayoutTests/fast/forms/submit-form-attributes-expected.txt
+++ b/LayoutTests/fast/forms/submit-form-attributes-expected.txt
@@ -81,14 +81,14 @@ PASS button.formTarget is "http://example.com"
PASS button.formTarget is "nota"
Setting null for button:
-PASS button.formEnctype is ""
-PASS button.getAttribute("formEnctype") is null
PASS button.formEnctype is "application/x-www-form-urlencoded"
-PASS button.formMethod is ""
-PASS button.getAttribute("formMethod") is null
+PASS button.getAttribute("formEnctype") is "null"
+PASS button.formEnctype is "application/x-www-form-urlencoded"
PASS button.formMethod is "get"
-PASS button.formTarget is ""
-PASS button.getAttribute("formTarget") is null
+PASS button.getAttribute("formMethod") is "null"
+PASS button.formMethod is "get"
+PASS button.formTarget is "null"
+PASS button.getAttribute("formTarget") is "null"
PASS button.formTarget is "null"
Setting undefined for button:
« no previous file with comments | « LayoutTests/fast/forms/submit-form-attributes.html ('k') | Source/core/html/HTMLButtonElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698