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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/resources/navigation-target.html

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/xmlhttprequest/resources/navigation-target.html
diff --git a/LayoutTests/http/tests/xmlhttprequest/resources/navigation-target.html b/LayoutTests/http/tests/xmlhttprequest/resources/navigation-target.html
index 0098c7def1f238531f3a8ec82aea3402b5b32356..f2dd590b11070eabb0cf0af753deb11885fda145 100644
--- a/LayoutTests/http/tests/xmlhttprequest/resources/navigation-target.html
+++ b/LayoutTests/http/tests/xmlhttprequest/resources/navigation-target.html
@@ -6,4 +6,8 @@
<body>
<p>If this text shows up, you've successfully navigated to 'navigation-target.html'.</p>
</body>
+<script>
+if (window.testRunner)
+ testRunner.notifyDone();
+</script>
</html>

Powered by Google App Engine
This is Rietveld 408576698