4 <script src=
"../../../resources/js-test.js"></script>
5 <script src=
"../resources/picker-common.js"></script>
6 <div id=
"parent"><input type=
"date" id=
"input"></div>
8 description('Calender picker should not open when the owner element has no focus.');
9 var input
= document
.getElementById('input');
13 sendKey(input
, "Down", false, true);
14 if (window
.internals
.pagePopupWindow
) {
15 testFailed('Popup was opened.');
18 testPassed('Popup did not open.');