Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt

Issue 1291263003: Index setter of HTMLSelectElement and HTMLOptionsCollection should do nothing if the requested size… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update warning messages Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..97816c6f1d22cf24bd910d48e625f3ab7358976b 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: Blocked to expand the option list to 4294967295 items. The maximum list length is 10000.
+CONSOLE WARNING: Blocked to expand the option list to 10001 items. The maximum list length is 10000.
1) setting length to a negative length
PASS mySelect.options.length is 2

Powered by Google App Engine
This is Rietveld 408576698