Sign in
webkit
/
WebKit
/
f0e035561d1c15fb0d80a78df625ae15f92dc2a7
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-frame-iframe-for-object-put-optimization-test.html
blob: abd2f6ac0e028d55c2f367d05c6d6625bffb0429 [
file
] [
log
] [
blame
]
<h1
id
=
"password"
>
Cocoa
</h1>
<script>
onload
=
function
()
{
location
.
__defineSetter__
(
'setter'
,
function
(
value
)
{
throw
new
Error
();
});
parent
.
postMessage
(
"finishedLoad"
,
"*"
);
}
</script>