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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
resources
/
form-and-frame-interaction-retains-values-submit.html
blob
67cf6065f11dc50192b2ec66a3af6474ccb1cd6f
1
<html>
2
<head>
3
<script>
4
function
handleOnLoad
()
5
{
6
var
form
=
parent
.
window
.
document
.
forms
[
"emptyForm"
];
7
form
.
action
=
"form-and-frame-interaction-retains-values-main.html"
;
8
form
.
target
=
"_self"
;
9
10
form
.
submit
();
11
}
12
</script>
13
14
</head>
15
<body
onLoad
=
"handleOnLoad()"
>
16
</body>
17
</html>