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

Side by Side Diff: LayoutTests/fast/forms/state-restore-skip-stateless.html

Issue 48903019: Delete js-test-post.js. (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="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <script src="resources/common.js"></script> 5 <script src="resources/common.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <div id="console"></div> 8 <div id="console"></div>
9 9
10 <fieldset name=name01></fieldset> 10 <fieldset name=name01></fieldset>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 <script> 43 <script>
44 console.log('Test if state of stateless form control types are not saved.'); 44 console.log('Test if state of stateless form control types are not saved.');
45 jsTestIsAsync = true; 45 jsTestIsAsync = true;
46 46
47 window.onload = function() { 47 window.onload = function() {
48 setTimeout(function() { 48 setTimeout(function() {
49 location.href = 'resources/state-restore-skip-stateless-dump.html'; 49 location.href = 'resources/state-restore-skip-stateless-dump.html';
50 }, 0); 50 }, 0);
51 }; 51 };
52 </script> 52 </script>
53 <script src="../js/resources/js-test-post.js"></script>
54 </body> 53 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/state-restore-empty-state.html ('k') | LayoutTests/fast/forms/submit-form-attributes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698