git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Reviewed by Adele.
[WebKit-https.git]
/
LayoutTests
/
http
/
tests
/
plugins
/
cross-frame-object-access.html
1
<html>
2
<head>
3
<script>
4
if (window.layoutTestController) {
5
layoutTestController.dumpAsText();
6
layoutTestController.dumpChildFramesAsText();
7
}
8
</script>
9
<iframe name="childFrame" src="http://localhost:8000/plugins/resources/cross-frame-object-access.html"></iframe>
10
</body>
11
</html>