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