Bug 257106

Summary: Add additional test with <image> tag (rather than <img ...) post 263850@main
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ahmad Saleem 2023-05-21 13:31:00 PDT
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!
Comment 1 EWS 2023-05-24 16:37:48 PDT
Committed 264492@main (31ed359e3324): <https://commits.webkit.org/264492@main>

Reviewed commits have been landed. Closing PR #14159 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2023-05-24 16:38:18 PDT
<rdar://problem/109802539>