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". |