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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/interactive-validation-prevented-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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/interactive-validation-prevented-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/interactive-validation-prevented-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/interactive-validation-prevented-expected.txt
index 0dc2e12a59377c2b885f091d849e9bfca9b71117..2787ab7de9ea4799b6853b5799df7b34ba70fb1b 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/interactive-validation-prevented-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/interactive-validation-prevented-expected.txt
@@ -1,5 +1,5 @@
ValidationMessageClient: main-message=Please fill out this field. sub-message=
-CONSOLE ERROR: An invalid form control with name='i1' is not focusable.
+CONSOLE ERROR: line 27: An invalid form control with name='i1' is not focusable.
Test if an invalid control prevents interactive form submission, and the first invalid focusable control gets focus.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698