Index: LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt b/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt |
index c8878c6894e70a2c16f2b80d736d13fb66fa36ea..3da47053b8d75c448e651d8855abe47b7efb5237 100644 |
--- a/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt |
@@ -1,3 +1,5 @@ |
+CONSOLE WARNING: A request to update the option length to 4294967295 is ignored. The maximum length is 10000. |
+CONSOLE WARNING: A request to update the option length to 10001 is ignored. The maximum length is 10000. |
1) setting length to a negative length |
PASS mySelect.options.length is 2 |