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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/checkValidity-001-expected.txt

Issue 2201293002: FIELDSET element should not check inner controls in checkValidity(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/LayoutTests/fast/forms/checkValidity-001-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/checkValidity-001-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/checkValidity-001-expected.txt
index f61df8495fa30b3c4d19c0aabbd92b14621e977d..72f8a4738b4890e7e16df718dddae7db9e6214c8 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/checkValidity-001-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/checkValidity-001-expected.txt
@@ -4,9 +4,11 @@ This test checks if checkValidity() returns correctly a true (meaning no error)
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
lorem ipsum
PASS document.getElementsByTagName("fieldset")[0].checkValidity() is true
-PASS document.getElementsByTagName("input")[0].checkValidity() is true
+PASS document.getElementsByTagName("fieldset")[1].checkValidity() is true
+PASS document.getElementsByTagName("input")[1].checkValidity() is true
PASS document.getElementsByTagName("button")[0].checkValidity() is true
PASS document.getElementsByTagName("select")[0].checkValidity() is true
PASS document.getElementsByTagName("textarea")[0].checkValidity() is true

Powered by Google App Engine
This is Rietveld 408576698