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

Side by Side Diff: LayoutTests/http/tests/navigation/resources/delete-ping.php

Issue 334113003: Deflake http/tests/navigation/ping-*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?php 1 <?php
2 unlink("ping.txt"); 2 $pingFilename = sys_get_temp_dir() . "/ping." . $_GET["test"];
3 unlink($pingFilename);
3 ?> 4 ?>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/navigation/resources/check-ping.php ('k') | LayoutTests/http/tests/navigation/resources/save-Ping.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698