Sign in
webkit
/
WebKit
/
c6a7a2f378a60ecad2c606428f6fc0921528b1a6
/
.
/
LayoutTests
/
fast
/
frames
/
resources
/
sandboxed-iframe-form-allowed.html
blob: 03519fec5a5384de995ec68ee19f79f7a6edddae [
file
] [
log
] [
blame
]
<body
onload
=
"
document
.
getElementById
(
'form'
).
submit
();
"
>
<form
id
=
"form"
action
=
"javascript:window.top.allowedFormSubmitted();"
>
<input
name
=
x
value
=
y
type
=
"checkbox"
checked
=
"yes"
/>
</form>
</body>