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

Side by Side Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 window.enablePixelTesting = true; 5 window.enablePixelTesting = true;
6 </script> 6 </script>
7 <script src="../../../../../fast/js/resources/js-test-pre.js"></script> 7 <script src="../../js/resources/js-test-pre.js"></script>
8 <script src="../../../../../fast/forms/resources/picker-common.js"></script> 8 <script src="../../forms/resources/picker-common.js"></script>
9 <script src="resources/calendar-picker-common.js"></script> 9 <script src="resources/calendar-picker-common.js"></script>
10 </head> 10 </head>
11 <body> 11 <body>
12 <input type=date id=date value="10000-12-31"> 12 <input type=date id=date value="10000-12-31">
13 13
14 <p id="description" style="opacity: 0"></p> 14 <p id="description" style="opacity: 0"></p>
15 <div id="console" style="opacity: 0"></div> 15 <div id="console" style="opacity: 0"></div>
16 16
17 <script> 17 <script>
18 openPicker(document.getElementById('date'), function() { 18 openPicker(document.getElementById('date'), function() {
19 popupWindow.document.querySelector(".month-popup-button").click(); 19 popupWindow.document.querySelector(".month-popup-button").click();
20 skipAnimation(); 20 skipAnimation();
21 finishJSTest(); 21 finishJSTest();
22 }); 22 });
23 </script> 23 </script>
24 <script src="../../../../../fast/js/resources/js-test-post.js"></script> 24 <script src="../../js/resources/js-test-post.js"></script>
25 </body> 25 </body>
26 </html> 26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698