Index: LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt b/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt |
index 86b5abe51ff00dbdf5d6ed71eb8882effa3bbb76..3871416a63a1c9a5e15ae44bf06e96fdc858d3c0 100644 |
--- a/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-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 |