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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/pseudo-in-range-invalid-value-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/css/pseudo-in-range-invalid-value-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range-invalid-value-expected.txt b/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range-invalid-value-expected.txt
index d30b02c2d5592fa782fe8f0dfc8e44a00629ecad..eda58c54c91a83bb2e3a0c8be80da177977b927f 100644
--- a/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range-invalid-value-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range-invalid-value-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE WARNING: The specified value "ABC" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)?
+CONSOLE WARNING: line 5: The specified value "ABC" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)?
Tests that invalid values are considered in-range.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698