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

Side by Side Diff: LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 src="../../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../../resources/js-test.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <iframe id="iframe"></iframe> 7 <iframe id="iframe"></iframe>
8 <script> 8 <script>
9 description('Checks input value is preserved after backward and forward'); 9 description('Checks input value is preserved after backward and forward');
10 if (!window.eventSender || !window.internals) 10 if (!window.eventSender || !window.internals)
11 debug('Please run within DRT/WTR'); 11 debug('Please run within DRT/WTR');
12 window.jsTestIsAsync = true; 12 window.jsTestIsAsync = true;
13 13
14 var state = 'direct'; 14 var state = 'direct';
(...skipping 17 matching lines...) Expand all
32 } 32 }
33 debug(''); 33 debug('');
34 } 34 }
35 35
36 window.onload = function() { 36 window.onload = function() {
37 document.getElementById('iframe').src = 'resources/preserve-value-after-hist ory-back-frame.html?page1'; 37 document.getElementById('iframe').src = 'resources/preserve-value-after-hist ory-back-frame.html?page1';
38 }; 38 };
39 </script> 39 </script>
40 </body> 40 </body>
41 </html> 41 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698