Sign in
webkit
/
WebKit
/
eed77a11249751f1b57a22699bda54381a2f6123
/
.
/
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>