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

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

Issue 132233059: Synchronize is-valid flag upon programmatic clearing of file.value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove redundant waitUntilDone() calls 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-empty-validation-expected.txt
diff --git a/LayoutTests/fast/forms/file/file-input-empty-validation-expected.txt b/LayoutTests/fast/forms/file/file-input-empty-validation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d4bb66832ce8b4dcf2bdc38b80972aa1c2fec9ce
--- /dev/null
+++ b/LayoutTests/fast/forms/file/file-input-empty-validation-expected.txt
@@ -0,0 +1,12 @@
+ValidationMessageClient: main-message=Please select a file. sub-message=
+
+This tests that a file input cleared of its (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
+

Powered by Google App Engine
This is Rietveld 408576698