Index: third_party/WebKit/LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt |
index 19d61d85b9c09fefe92d713d3df21ea35880f40f..5721e7e2098475d0d0fc5b447b7a83ccaf4ddf60 100644 |
--- a/third_party/WebKit/LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt |
@@ -1,9 +1,9 @@ |
-CONSOLE WARNING: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
-CONSOLE WARNING: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
-CONSOLE WARNING: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
-CONSOLE WARNING: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
-CONSOLE WARNING: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
-CONSOLE WARNING: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
+CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
+CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
+CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
+CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
+CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
+CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)? |
Check stepping-up and -down for number input from renderer. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |