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
/
http
/
tests
/
misc
/
resources
/
submit-in-sibling-frame.html
blob
c87529f4ac6a347f3cf700315de438e62a5802e8
1
<body>
2
<form
action
=
"success-notify-parent.html"
id
=
"theform"
method
=
"post"
name
=
"theform"
target
=
"formframe"
></form>
3
<script>
4
document
.
forms
[
'theform'
].
submit
();
5
location
.
href
=
"success-notify-parent.html"
;
6
</script>