Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
resources
/
iframe.html
blob: a2606e92be79af6df82b09b08fa93b367aa50b40 [
file
] [
log
] [
blame
]
<script>
fetch
(
"iframe.html"
).
then
(()=>{
window
.
parent
.
postMessage
(
"fetch was not blocked"
,
"*"
);
}).
catch
(()=>{
window
.
parent
.
postMessage
(
"fetch was blocked"
,
"*"
);
});
</script>