5 window
.enablePixelTesting
= true;
7 <script src=
"../../../resources/js-test.js"></script>
8 <script src=
"../resources/picker-common.js"></script>
11 <select id=
"menu" style=
"width: 10px; font-size: 300px;">
18 <p id=
"description" style=
"opacity: 0"></p>
19 <div id=
"console" style=
"opacity: 0"></div>
21 description('Tests if width is increased for the scrollbar. PASS if the X is not clipped.');
22 var menu
= document
.getElementById('menu');
23 openPicker(menu
, finishJSTest
, function () {
24 testFailed('picker didn\'t open')