[Webkit-unassigned] [Bug 70765] Default <select multiple> expands up to 10 items instead of showing 4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 11:12:16 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=70765





--- Comment #22 from Ojan Vafai <ojan at chromium.org>  2011-11-09 11:12:16 PST ---
(From update of attachment 114204)
View in context: https://bugs.webkit.org/attachment.cgi?id=114204&action=review

> LayoutTests/fast/forms/select-clientheight-large-size.html:54
> +    // Add large number of options
> +    for (i=0 ; i<= 10000 ;i++)
> +        AddItem(i, i);

Do we really need to test with 10000 options? It seems like 100 would be sufficient to cover all the edge cases. This test is timing out on all the chromium debug bots. Unless there are objections, I'll reduce the number of options to 100.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list