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

Unified Diff: chrome/test/data/webkit/async_script_abort_on_end.html

Issue 8404001: Add a browsertest for bug 75604 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: version to commit Created 9 years, 1 month 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: chrome/test/data/webkit/async_script_abort_on_end.html
diff --git a/chrome/test/data/webkit/async_script_abort_on_end.html b/chrome/test/data/webkit/async_script_abort_on_end.html
new file mode 100644
index 0000000000000000000000000000000000000000..9ae1787ae9544119ec57ca3d7448ac9a0a7aa57c
--- /dev/null
+++ b/chrome/test/data/webkit/async_script_abort_on_end.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+<script async src="http://url.handled.by.abort.on.end/400"></script>
+</head>
+<body>
+If you have <a href="http://crbug.com/75604">bug 75604</a> then this page should crash on you.
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698