blob: 263622a60f6fcf641be02a9e334f2011226c07d7 [file] [edit]
<!-- webkit-test-runner [ dumpResourceResponseMIMETypes=* ] -->
<!DOCTYPE html>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
This test requires DumpRenderTree to see the log of what resources are loaded.
<template>
<template></template>
<script src=resources/non-existant.js></script>
<script>document.write("<plaintext>");</script>
<img src=resources/image1.png>
</template>
</body>