Sign in
webkit
/
WebKit
/
38af2d11a53891d36db2adc946c621e143cf63f2
/
.
/
LayoutTests
/
http
/
tests
/
security
/
mixedContent
/
resources
/
frame-with-insecure-import.html
blob: 488b3d268692b228b0673e0d68850fdc6c6f2792 [
file
] [
log
] [
blame
]
<script>
window
.
onload
=
function
()
{
import
(
"http://127.0.0.1:8080/security/mixedContent/resources/script.js"
).
catch
(
function
(
error
)
{
if
(
window
.
parent
)
window
.
parent
.
postMessage
(
String
(
error
),
'*'
);
});
};
</script>