blob: 92519c68ed98252e358dd7eb03a17a3e00082126 [file] [edit]
<!DOCTYPE html>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpResourceResponseMIMETypes();
}
</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>