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

Unified Diff: LayoutTests/http/tests/history/back-with-fragment-change.php

Issue 8018010: Merge 95322 - http/tests/history/back-with-fragment-change.php fails on non-Chromium bots (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/history/back-with-fragment-change.php
===================================================================
--- LayoutTests/http/tests/history/back-with-fragment-change.php (revision 95834)
+++ LayoutTests/http/tests/history/back-with-fragment-change.php (working copy)
@@ -1,11 +1,8 @@
-<!--
-We intentionally want the page to load slowly (every time, hence no caching), so
-that when back-with-fragment-change-target.html calls history.back(), the load
-is provisional for a while (long enough for the window.location = '#foo' script
-to run and stop that load).
--->
<?php
-
+// We intentionally want the page to load slowly (every time, hence no caching),
+// so that when back-with-fragment-change-target.html calls history.back(), the
+// load is provisional for a while (long enough for the window.location = '#foo'
+// script to run and stop that load).
sleep(2);
header("Cache-control: no-cache, no-store");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698