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