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

Side by Side Diff: LayoutTests/http/tests/navigation/go-back-to-error-page.html

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add document.close() to scroll-left-while-loading.html Created 6 years, 2 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <script>
2 if (window.testRunner) {
3 testRunner.dumpAsText();
4 testRunner.queueLoadHTMLString("<script>document.write('<div id=result>FAIL: The alternate HTML string was cached, but should not have been cached for an er ror page</div>');<\/script>", "http://127.0.0.1:8000/navigation/resources/", "ht tp://127.0.0.1:8000/navigation/resources/page-treated-as-unreachable.html");
5 testRunner.queueLoad("resources/page-to-go-back-from.html");
6 testRunner.queueBackNavigation(1);
7 } else
8 document.write('This test must be run by DumpRenderTree!')
9 </script>
10
11 <p>This tests that going back to an error page (an unreachable URL for which the re is substitute
12 data) does not cause an assertion failure.</p>
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698