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

Unified Diff: LayoutTests/fast/forms/file/file-input-reset-validation-expected.txt

Issue 148463008: Update is-valid flag upon resetting input elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switch test over to use js-test.js Created 6 years, 11 months 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/forms/file/file-input-reset-validation-expected.txt
diff --git a/LayoutTests/fast/forms/file/file-input-reset-validation-expected.txt b/LayoutTests/fast/forms/file/file-input-reset-validation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..eca2d436a454e4e860b6044e0076826a8e4ec1e8
--- /dev/null
+++ b/LayoutTests/fast/forms/file/file-input-reset-validation-expected.txt
@@ -0,0 +1,12 @@
+ValidationMessageClient: main-message=Please select a file. sub-message=
+
+This tests that a reset file input with a required value doesn't validate.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS invalid is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/forms/file/file-input-reset-validation.html ('k') | Source/core/html/HTMLFormControlElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698