4 <script src=
"resources/picker-common.js"></script>
11 <form action=
"resources/popup-no-crash.html" id=
"form1"></form>
13 if (window
.testRunner
) {
14 testRunner
.waitUntilDone();
15 testRunner
.dumpAsText();
18 function openCallback() {
19 document
.getElementById('form1').submit();
22 function errorCallback() {
23 window
.location
= "resources/popup-no-crash.html";
26 window
.onload = function () {
27 openPicker(document
.getElementById('menu'), openCallback
, errorCallback
);