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