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
/
onunload-form-submit-crash.html
blob
1813e3fd4dc36544ec9181fedcd528e48a081bea
1
<html>
2
<body
onUnload
=
"document.myForm.submit()"
>
3
<a
href
=
""
onClick
=
"location.href=location.href; return false;"
>
Click here and see if Safari crashes.
</a>
4
<p>
Still with me? Now close the window and see if Safari crashes.
</p>
5
<form
name
=
"myForm"
>
6
</form>
7
</body>
8
<html>
9