blob: 4715c8fb50d92e5c4445b5ca3e687974cf8769a4 [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>
<!-- This test is copy of 'image-in-nested-template' with incorrect <image> tag -->
<image src=resources/image1.png>
</template>
</body>