Chromium Code Reviews| Index: content/test/data/error-body-no-crash.html |
| =================================================================== |
| --- content/test/data/error-body-no-crash.html (revision 176896) |
| +++ content/test/data/error-body-no-crash.html (working copy) |
| @@ -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> |