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
/
plugins
/
cross-frame-object-access.html
blob
8103aeb57005c262a0094d65e85d9d6d592f54ed
1
<html>
2
<head>
3
<script>
4
if
(
window
.
testRunner
) {
5
testRunner
.
dumpAsText
();
6
testRunner
.
dumpChildFramesAsText
();
7
}
8
</script>
9
<iframe
name
=
"childFrame"
src
=
"http://localhost:8000/plugins/resources/cross-frame-object-access.html"
></iframe>
10
</body>
11
</html>