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

Unified Diff: LayoutTests/fast/forms/reportValidity-004-expected.txt

Issue 660783002: Implement reportValidity() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Apply keishi's comments + pull Created 6 years, 2 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/reportValidity-004-expected.txt
diff --git a/LayoutTests/fast/forms/reportValidity-004-expected.txt b/LayoutTests/fast/forms/reportValidity-004-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6c223986c3e4368dd5ac0c4190be4377a2b7ba12
--- /dev/null
+++ b/LayoutTests/fast/forms/reportValidity-004-expected.txt
@@ -0,0 +1,14 @@
+ValidationMessageClient: main-message=Please fill out this field. sub-message=
+This test checks if reportValidity() returns correctly a false (meaning there's an invalid element) result on form element.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+ lorem ipsum
+PASS f.reportValidity() is false
+PASS document.activeElement is document.getElementById('input-unset')
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698