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

Unified Diff: LayoutTests/platform/win/fast/forms/implicit-submission-expected.txt

Issue 60573007: Non-activated default buttons prevent implicit form submission. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Retire dated comment on button names 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/implicit-submission-expected.txt ('k') | Source/core/html/HTMLButtonElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/win/fast/forms/implicit-submission-expected.txt
diff --git a/LayoutTests/platform/win/fast/forms/implicit-submission-expected.txt b/LayoutTests/platform/win/fast/forms/implicit-submission-expected.txt
index fae93bf7a8d6f124b0e29c2b200c358a6cf77d35..c24838bb263965823267e432841f99d44c0e6f05 100644
--- a/LayoutTests/platform/win/fast/forms/implicit-submission-expected.txt
+++ b/LayoutTests/platform/win/fast/forms/implicit-submission-expected.txt
@@ -1,14 +1,14 @@
Tests various combinations of form elements and how implicit submission works with them.
Single text input should submit: PASS
-Single text input with submit disabled should submit: PASS
+Single text input with submit disabled should not submit: PASS
Multiple text inputs should not submit: PASS
Multiple text inputs with submit should submit: PASS
Multiple text inputs with submit disabled should not submit: PASS
-Multiple text inputs and multiple submits, first submit disabled should submit: PASS
+Multiple text inputs and multiple submits, first submit disabled should not submit: PASS
Text input and text area, text input focused should submit: PASS
Text input and text area and a submit, text input focused should submit: PASS
-Text input and text area and a disabled submit, text input focused should submit: PASS
+Text input and text area and a disabled submit, text input focused should not submit: PASS
Text input and checkbox, text input focused should submit: PASS
Text input and radio, text input focused should submit: PASS
Text input and text area, textarea focused should not submit: PASS
« no previous file with comments | « LayoutTests/fast/forms/implicit-submission-expected.txt ('k') | Source/core/html/HTMLButtonElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698