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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
ManualTests
/
quit-inside-unload.html
blob
23ae71d3311001bc07029c9a51acb9c2cfc031dd
1
<script>
2
var
showedAlert
=
false
;
3
function
handleUnload
()
4
{
5
if
(
showedAlert
)
6
return
;
7
8
showedAlert
=
true
;
9
alert
(
"Now Quit Safari. Do not dismiss this alert first."
);
10
}
11
</script>
12
<body
onunload
=
"handleUnload()"
>
13
Close this window
14
</body>