Hi Team, Based on discussion on Slack with Anne and also discussion on GitHub. I am just raising to add another test case. <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> <image src=resources/image1.png> </template> __________ I will add this with name 'image-in-nested-template-01.html'. Just wanted to raise this bug, so I can test fix this. Thanks!
Committed 264492@main (31ed359e3324): <https://commits.webkit.org/264492@main> Reviewed commits have been landed. Closing PR #14159 and removing active labels.
<rdar://problem/109802539>