Index: third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-expected.txt |
index d8b2eba3700a262d2bf462b13aca93c1d397bc60..72ca979bf6d12238ffa2020eeba4f409ad920879 100644 |
--- a/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-expected.txt |
@@ -1,5 +1,5 @@ |
-CONSOLE WARNING: Blocked to expand the option list to 4294967295 items. The maximum list length is 2147483647. |
-CONSOLE WARNING: Blocked to expand the option list to 2147483648 items. The maximum list length is 2147483647. |
+CONSOLE WARNING: line 17: Blocked to expand the option list to 4294967295 items. The maximum list length is 2147483647. |
+CONSOLE WARNING: line 146: Blocked to expand the option list to 2147483648 items. The maximum list length is 2147483647. |
1) setting length to a negative length |
PASS mySelect.options.length is 2 |