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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <?php
2 PASS 2 usleep(100000);
3 ?>
4 DONE!
3 <script> 5 <script>
4 if (window.testRunner) 6 if (window.testRunner)
5 testRunner.notifyDone(); 7 testRunner.notifyDone();
6 </script> 8 </script>
7 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698