5 window
.enablePixelTesting
= true;
7 <script src=
"../../../resources/js-test.js"></script>
8 <script src=
"../../forms/resources/picker-common.js"></script>
9 <script src=
"resources/calendar-picker-common.js"></script>
12 <!-- Check if step attribute is reflected in the appearance of the calendar picker. -->
13 <input type=
"month" id=
"month" value=
"2010-10" max=
"2010-10" step=
"3">
15 <p id=
"description" style=
"opacity: 0"></p>
16 <div id=
"console" style=
"opacity: 0"></div>
19 openPicker(document
.getElementById('month'), finishJSTest
);