Get foreground tab on Android
[chromium-blink-merge.git] / content / test / data / error-body-no-crash.html
blobcf0b32c79952ca8960f8aa792c8e2545d4a2bb44
1 <!-- The showModalDialog call will force a nested message loop, which will
2 receive the 404 body and crash. -->
3 <script src="page404.html"></script>
4 <script>
5 window.showModalDialog("javascript:window.close();");
6 </script>