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
/
LayoutTests
/
fast
/
frames
/
resources
/
sandboxed-iframe-attribute-parsing-allowed.html
blob
67ff97ce00c2f74bc5ce8dcb3402a12890995374
1
<html>
2
<script>
3
4
top
.
allowedCallFromSandbox
();
5
6
</script>
7
<body
onload
=
"document.getElementById('f').submit();"
>
8
<form
id='f'
action
=
"javascript:top.disallowedFormSubmitted();"
>
9
<input
name
=
"x"
value
=
"y"
type
=
"checkbox"
checked
=
"yes"
/>
10
</form>
11
</body>
12
</html>