Index: third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-multiple-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-multiple-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-multiple-expected.txt |
index 148ff46623560e2e02005d39e4ce349a154fd86b..1ef6d8b3398d4294a08970166ccf269d24d60cdf 100644 |
--- a/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-multiple-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-multiple-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 141: 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 |