Chromium Code Reviews| Index: content/test/data/error-body-no-crash.html |
| diff --git a/content/test/data/error-body-no-crash.html b/content/test/data/error-body-no-crash.html |
| deleted file mode 100644 |
| index cf0b32c79952ca8960f8aa792c8e2545d4a2bb44..0000000000000000000000000000000000000000 |
| --- a/content/test/data/error-body-no-crash.html |
| +++ /dev/null |
| @@ -1,6 +0,0 @@ |
| -<!-- The showModalDialog call will force a nested message loop, which will |
| - receive the 404 body and crash. --> |
| -<script src="page404.html"></script> |
| -<script> |
| -window.showModalDialog("javascript:window.close();"); |
| -</script> |