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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/color/color-value-sanitization-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/color/color-value-sanitization-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/color/color-value-sanitization-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/color/color-value-sanitization-expected.txt
index dd3ba4ab80249b13771531bcb5f3b0067541586e..517581382edd047245a4ad6ed6a6436d46dc4881 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/color/color-value-sanitization-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/color/color-value-sanitization-expected.txt
@@ -1,8 +1,8 @@
-CONSOLE WARNING: The specified value "" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
-CONSOLE WARNING: The specified value "#ghijkl" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
-CONSOLE WARNING: The specified value "#112233ff" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
-CONSOLE WARNING: The specified value "ffccaa" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
-CONSOLE WARNING: The specified value " #223344 " does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
+CONSOLE WARNING: line 1: The specified value "" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
+CONSOLE WARNING: line 1: The specified value "#ghijkl" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
+CONSOLE WARNING: line 1: The specified value "#112233ff" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
+CONSOLE WARNING: line 1: The specified value "ffccaa" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
+CONSOLE WARNING: line 1: The specified value " #223344 " does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
Value sanitization test for input[type=color]
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698