blob: 37dca9a890daed30667f33407691e62877bd59da [file] [edit]
<!-- webkit-test-runner [ dumpResourceResponseMIMETypes=noscript-image2.png ] -->
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
This test requires DumpRenderTree to see the log of what resources are loaded.
It checks that images inside a noscript block are not loaded.
<script src=resources/non-existant.js></script>
<script>document.write("<plaintext>");</script>
<noscript>
<img src="resources/noscript-image1.png">
</noscript>
<img src="resources/noscript-image2.png">