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

Side by Side Diff: LayoutTests/platform/chromium/fast/forms/calendar-picker/date-picker-events.html

Issue 12045062: Merge 140385 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | LayoutTests/platform/chromium/fast/forms/calendar-picker/date-picker-events-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../../../../fast/js/resources/js-test-pre.js"></script>
5 <script src="../../../../../fast/forms/resources/picker-common.js"></script> 5 <script src="../../../../../fast/forms/resources/picker-common.js"></script>
6 <script src="resources/calendar-picker-common.js"></script> 6 <script src="resources/calendar-picker-common.js"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <p id="description"></p> 9 <p id="description"></p>
10 <div id="console"></div> 10 <div id="console"></div>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 shouldBeEqualToString('date1.value', '2000-01-03'); 53 shouldBeEqualToString('date1.value', '2000-01-03');
54 shouldBeUndefined('eventsCounter.input'); 54 shouldBeUndefined('eventsCounter.input');
55 shouldBeUndefined('eventsCounter.change'); 55 shouldBeUndefined('eventsCounter.change');
56 56
57 finishJSTest(); 57 finishJSTest();
58 } 58 }
59 </script> 59 </script>
60 <script src="../../../../../fast/js/resources/js-test-post.js"></script> 60 <script src="../../../../../fast/js/resources/js-test-post.js"></script>
61 </body> 61 </body>
62 </html> 62 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/chromium/fast/forms/calendar-picker/date-picker-events-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698