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

Side by Side Diff: LayoutTests/fast/loader/stateobjects/replacestate-in-onunload.html

Issue 8587027: Merge 99579 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/loader/stateobjects/replacestate-in-onunload-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 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 4
5 if (window.layoutTestController) { 5 if (window.layoutTestController) {
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 layoutTestController.waitUntilDone(); 7 layoutTestController.waitUntilDone();
8 } 8 }
9 9
10 function log(txt) 10 function log(txt)
(...skipping 16 matching lines...) Expand all
27 27
28 </script> 28 </script>
29 <body> 29 <body>
30 <p> 30 <p>
31 This test calls replaceState during the onload handler to verify that the correc t document's state is modified. 31 This test calls replaceState during the onload handler to verify that the correc t document's state is modified.
32 If the test succeeds the URL and text below will show a success message. 32 If the test succeeds the URL and text below will show a success message.
33 </p> 33 </p>
34 <pre id="logger"></pre> 34 <pre id="logger"></pre>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/loader/stateobjects/replacestate-in-onunload-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698