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
android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
beforeunload_hang.html
blob
a952084def394ee463290501ad7943168b028349
1
<html>
2
<head>
3
<title>
Loading...
</title>
4
<script>
5
window
.
onbeforeunload
=
function
(
e
) {
while
(
true
); };
6
</script>
7
</head>
8
<body>
9
<p>
Navigate to another page to trigger beforeunload handler.
</p>
10
</body>
11
</html>