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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt

Issue 1453993002: update-w3c-deps import using blink cc6d84edb87e89c363ab48dac8a983213b9dc02c: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skip imported/web-platform-tests/html/webappapis/scripting/events/onerroreventhandler.html Created 5 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
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
index 7130f510666990ef4ffe572767e14f8f78ca2018..377586b6d28111afbde64ab4dae822e56556ac97 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
@@ -1,29 +1,19 @@
-ValidationMessageClient: main-message=Please shorten this text to 4 characters or less (you are currently using 6 characters). sub-message=
-ValidationMessageClient: main-message=Please shorten this text to 4 characters or less (you are currently using 6 characters). sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
-ValidationMessageClient: main-message=Please shorten this text to 4 characters or less (you are currently using 6 characters). sub-message=
-ValidationMessageClient: main-message=Please shorten this text to 4 characters or less (you are currently using 6 characters). sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
-ValidationMessageClient: main-message=Please shorten this text to 4 characters or less (you are currently using 6 characters). sub-message=
-ValidationMessageClient: main-message=Please shorten this text to 4 characters or less (you are currently using 6 characters). sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
-ValidationMessageClient: main-message=Please shorten this text to 4 characters or less (you are currently using 6 characters). sub-message=
-ValidationMessageClient: main-message=Please shorten this text to 4 characters or less (you are currently using 6 characters). sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
-ValidationMessageClient: main-message=Please shorten this text to 20 characters or less (you are currently using 22 characters). sub-message=
-ValidationMessageClient: main-message=Please shorten this text to 20 characters or less (you are currently using 22 characters). sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please enter a URL. sub-message=
@@ -90,40 +80,40 @@ ValidationMessageClient: main-message=Please fill out this field. sub-message=
This is a testharness.js-based test.
PASS [INPUT in TEXT status] no constraint
PASS [INPUT in TEXT status] no constraint (in a form)
-PASS [INPUT in TEXT status] suffering from being too long
-PASS [INPUT in TEXT status] suffering from being too long (in a form)
+FAIL [INPUT in TEXT status] suffering from being too long assert_false: The reportValidity method should be false. expected false got true
+FAIL [INPUT in TEXT status] suffering from being too long (in a form) assert_false: The reportValidity method of the element's form owner should return false. expected false got true
PASS [INPUT in TEXT status] suffering from a pattern mismatch
PASS [INPUT in TEXT status] suffering from a pattern mismatch (in a form)
PASS [INPUT in TEXT status] suffering from being missing
PASS [INPUT in TEXT status] suffering from being missing (in a form)
PASS [INPUT in SEARCH status] no constraint
PASS [INPUT in SEARCH status] no constraint (in a form)
-PASS [INPUT in SEARCH status] suffering from being too long
-PASS [INPUT in SEARCH status] suffering from being too long (in a form)
+FAIL [INPUT in SEARCH status] suffering from being too long assert_false: The reportValidity method should be false. expected false got true
+FAIL [INPUT in SEARCH status] suffering from being too long (in a form) assert_false: The reportValidity method of the element's form owner should return false. expected false got true
PASS [INPUT in SEARCH status] suffering from a pattern mismatch
PASS [INPUT in SEARCH status] suffering from a pattern mismatch (in a form)
PASS [INPUT in SEARCH status] suffering from being missing
PASS [INPUT in SEARCH status] suffering from being missing (in a form)
PASS [INPUT in TEL status] no constraint
PASS [INPUT in TEL status] no constraint (in a form)
-PASS [INPUT in TEL status] suffering from being too long
-PASS [INPUT in TEL status] suffering from being too long (in a form)
+FAIL [INPUT in TEL status] suffering from being too long assert_false: The reportValidity method should be false. expected false got true
+FAIL [INPUT in TEL status] suffering from being too long (in a form) assert_false: The reportValidity method of the element's form owner should return false. expected false got true
PASS [INPUT in TEL status] suffering from a pattern mismatch
PASS [INPUT in TEL status] suffering from a pattern mismatch (in a form)
PASS [INPUT in TEL status] suffering from being missing
PASS [INPUT in TEL status] suffering from being missing (in a form)
PASS [INPUT in PASSWORD status] no constraint
PASS [INPUT in PASSWORD status] no constraint (in a form)
-PASS [INPUT in PASSWORD status] suffering from being too long
-PASS [INPUT in PASSWORD status] suffering from being too long (in a form)
+FAIL [INPUT in PASSWORD status] suffering from being too long assert_false: The reportValidity method should be false. expected false got true
+FAIL [INPUT in PASSWORD status] suffering from being too long (in a form) assert_false: The reportValidity method of the element's form owner should return false. expected false got true
PASS [INPUT in PASSWORD status] suffering from a pattern mismatch
PASS [INPUT in PASSWORD status] suffering from a pattern mismatch (in a form)
PASS [INPUT in PASSWORD status] suffering from being missing
PASS [INPUT in PASSWORD status] suffering from being missing (in a form)
PASS [INPUT in URL status] no constraint
PASS [INPUT in URL status] no constraint (in a form)
-PASS [INPUT in URL status] suffering from being too long
-PASS [INPUT in URL status] suffering from being too long (in a form)
+FAIL [INPUT in URL status] suffering from being too long assert_false: The reportValidity method should be false. expected false got true
+FAIL [INPUT in URL status] suffering from being too long (in a form) assert_false: The reportValidity method of the element's form owner should return false. expected false got true
PASS [INPUT in URL status] suffering from a pattern mismatch
PASS [INPUT in URL status] suffering from a pattern mismatch (in a form)
PASS [INPUT in URL status] suffering from a type mismatch

Powered by Google App Engine
This is Rietveld 408576698