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

Unified Diff: LayoutTests/http/tests/resources/slow-notify-done.php

Issue 14876022: Threaded HTML parser ASSERTs on Android (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/slow-notify-done.php
diff --git a/LayoutTests/fast/css-generated-content/resources/pass.html b/LayoutTests/http/tests/resources/slow-notify-done.php
similarity index 69%
copy from LayoutTests/fast/css-generated-content/resources/pass.html
copy to LayoutTests/http/tests/resources/slow-notify-done.php
index 73022bea4a7fdc82aea3124c4d22914518f62e08..1df013efd5d056250157d3f476b958f19caa90f0 100644
--- a/LayoutTests/fast/css-generated-content/resources/pass.html
+++ b/LayoutTests/http/tests/resources/slow-notify-done.php
@@ -1,7 +1,8 @@
-<html>
-PASS
+<?php
+usleep(100000);
+?>
+DONE!
<script>
if (window.testRunner)
testRunner.notifyDone();
</script>
-</html>

Powered by Google App Engine
This is Rietveld 408576698