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
/
http
/
tests
/
navigation
/
reload-subframe-iframe.html
blob
01696254112d8068f5730d41d1e072cfbdf67155
1
<html>
2
<head>
3
<script
type
=
"text/javascript"
>
4
function
startTest
()
5
{
6
testRunner
.
dumpAsText
();
7
testRunner
.
dumpChildFramesAsText
();
8
testRunner
.
queueLoad
(
"resources/reload-subframe.pl?type=iframe"
);
9
testRunner
.
queueReload
();
10
}
11
</script>
12
</head>
13
<body
onload
=
"startTest();"
>
14
</body>
15
</html>