Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
main-resource.html
blob: b4290ac048d1f929406aedf0388d00a226e74001 [
file
] [
edit
]
<!-- webkit-test-runner [ dumpResourceLoadCallbacks=true ] -->
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpFrameLoadCallbacks
();
testRunner
.
dumpAsText
();
testRunner
.
queueLoad
(
"resources/should-not-load.html"
);
}
</script>