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

Side by Side Diff: LayoutTests/fast/history/location-replace-hash.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 <head> 1 <head>
2 <script src="../js/resources/js-test-pre.js"></script> 2 <script src="../js/resources/js-test-pre.js"></script>
3 </head> 3 </head>
4 <body> 4 <body>
5 <p id="description"></p> 5 <p id="description"></p>
6 <pre id="console"></pre> 6 <pre id="console"></pre>
7 <script> 7 <script>
8 description('Tests that using location.replace to update the hash of a page pres erves it when navigating back to it.'); 8 description('Tests that using location.replace to update the hash of a page pres erves it when navigating back to it.');
9 9
10 jsTestIsAsync = true; 10 jsTestIsAsync = true;
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 testFailed('Should not be in state ' + currentState); 56 testFailed('Should not be in state ' + currentState);
57 break; 57 break;
58 } 58 }
59 59
60 if (currentState == 4) { 60 if (currentState == 4) {
61 testPassed('Complete: navigated through all the states'); 61 testPassed('Complete: navigated through all the states');
62 finishJSTest(); 62 finishJSTest();
63 } 63 }
64 } 64 }
65 </script> 65 </script>
66 <script src="../js/resources/js-test-post.js"></script>
67 </body> 66 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698