Sign in
webkit
/
WebKit
/
38af2d11a53891d36db2adc946c621e143cf63f2
/
.
/
LayoutTests
/
http
/
tests
/
security
/
mixedContent
/
resources
/
frame-with-insecure-image.html
blob: ce13691a3ec88c1badc90dd727c07bca6eb754d8 [
file
] [
log
] [
blame
]
<img
src
=
"http://127.0.0.1:8080/security/resources/compass.jpg"
>
<script>
window
.
onload
=
function
()
{
if
(
window
.
opener
)
window
.
opener
.
postMessage
(
'done'
,
'*'
);
};
</script>