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

Side by Side Diff: LayoutTests/http/tests/serviceworker/chromium/resources/load-flushed-script.php

Issue 650193003: [ServiceWorker] Add test for the hanging bug in loading ServiceWorker script. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: change timeout to 10000 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
« no previous file with comments | « LayoutTests/http/tests/serviceworker/chromium/load-flushed-script.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?php 1 <?php
2 header('Content-Type:application/javascript'); 2 header('Content-Type:application/javascript');
3 header("Transfer-encoding: chunked"); 3 echo "// Empty script\r\n";
4 flush(); 4 flush();
5 sleep(1); 5 sleep(1);
6 echo "XX\r\n\r\n";
7 ?> 6 ?>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/serviceworker/chromium/load-flushed-script.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698