Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / calendar-picker / month-picker-appearance-step.html
blob4d6bc347324148b0d1454246c0108ef074ce8cc0
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 window.enablePixelTesting = true;
6 </script>
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>
10 </head>
11 <body>
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>
18 <script>
19 openPicker(document.getElementById('month'), finishJSTest);
20 </script>
21 </body>
22 </html>