Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
dns-prefetch-blocked.html
blob: 241cd227dcc47fc7990bbffe39502fbb1c3cec12 [
file
] [
edit
]
This page prefetches a Document.
<br>
The prefetch should be blocked by the content extension filter
<br>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
}
</script>
<link
rel
=
"dns-prefetch"
href
=
"resources/should-not-load.html"
>