repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Get foreground tab on Android
[chromium-blink-merge.git]
/
content
/
test
/
data
/
error-body-no-crash.html
blob
cf0b32c79952ca8960f8aa792c8e2545d4a2bb44
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>