5 window
.enablePixelTesting
= true;
7 <script src=
"../../../resources/js-test.js"></script>
8 <script src=
"../resources/picker-common.js"></script>
13 <p id=
"description" style=
"opacity: 0"></p>
14 <div id=
"console" style=
"opacity: 0"></div>
16 var menu
= document
.getElementById('menu');
17 for (var i
= 0; i
< 200; i
++) {
18 var option
= new Option('item ' + i
);
20 option
.selected
= true;
21 menu
.appendChild(option
);
23 openPicker(menu
, finishJSTest
, function () {
24 testFailed('picker didn\'t open')