Sign in
webkit
/
WebKit
/
027d9947be7394fd875bd4e203a72ecbac14d842
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-frame-access-frameelement-from-iframe.html
blob: 3829aa09927941a7775ce5af833d65b319d1a822 [
file
] [
log
] [
blame
]
<body>
<div
id
=
"console"
></div>
<script
src
=
"cross-frame-access.js"
></script>
<script>
log
(
eval
(
"window.frameElement"
));
</script>
</body>