Sign in
webkit
/
WebKit
/
cd096af6c6240b3ceab5d977df03c24b8d5fa8d7
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-frame-access-get-custom-property-cached-iframe.html
blob: 23d1a8004b82ce6c7a5e1486c5d679a6fac52d48 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
window
.
customProperty
=
1
;
window
.
onload
=
function
()
{
if
(
window
.
testRunner
)
testRunner
.
globalFlag
=
true
;
}
</script>
</head>
<body>
</body>
</html>