- add sources.
[platform/framework/web/crosswalk.git] / src / content / test / data / error-body-no-crash.html
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>