5 <script src=
"../../../resources/js-test.js"></script>
6 <script src=
"../resources/common.js"></script>
7 <script src=
"../resources/picker-common.js"></script>
11 <option selected
>いろはにほへと
</option>
14 var menuElement
= document
.getElementById('menu');
17 function openPickerErrorCallback() {
18 testFailed('picker didn\'t open')
21 openPicker(menu
, test1
, openPickerErrorCallback
);
24 picker
= window
.internals
.pagePopupWindow
.global
.picker
;
26 menuElement
.style
.color
= 'rgb(123, 0, 0)';
28 picker
.on("didUpdate", function () {
29 setTimeout(function() {
30 shouldBeEqualToString('picker._selectElement.options[0].label', 'いろはにほへと');