Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Side by Side Diff: LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 window.enablePixelTesting = true;
6 </script>
7 <script src="../../../../../fast/js/resources/js-test-pre.js"></script>
8 <script src="../../../../../fast/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 pick er. -->
13 <input type="week" id="week" value="2010-W12" max="2010-W12" step="3">
14
15 <p id="description" style="opacity: 0"></p>
16 <div id="console" style="opacity: 0"></div>
17
18 <script>
19 openPicker(document.getElementById('week'), finishJSTest);
20 </script>
21 <script src="../../../../../fast/js/resources/js-test-post.js"></script>
22 </body>
23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698