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

Unified Diff: LayoutTests/http/tests/resources/redirect.php

Issue 976263002: HTML Imports: Teach preloader about HTML Imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 6 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/resources/redirect.php
diff --git a/LayoutTests/http/tests/resources/redirect.php b/LayoutTests/http/tests/resources/redirect.php
index 08d274509d7bc95157c3110059f26730c7916c62..ff417cf7b3083f260dec853970c39ad5ba18c987 100644
--- a/LayoutTests/http/tests/resources/redirect.php
+++ b/LayoutTests/http/tests/resources/redirect.php
@@ -1,4 +1,7 @@
<?php
+ $sleep = $_GET['delay'];
+ if (isset($sleep))
+ usleep($sleep*1000);
$url = $_GET['url'];
$refresh = $_GET['refresh'];
« no previous file with comments | « LayoutTests/http/tests/htmlimports/resources/preload.html ('k') | Source/core/html/parser/HTMLPreloadScanner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698