Chromium Code Reviews| 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> |