Bug 257106 - Add additional test with <image> tag (rather than <img ...) post 263850@main
Summary: Add additional test with <image> tag (rather than <img ...) post 263850@main
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-21 13:31 PDT by Ahmad Saleem
Modified: 2023-05-24 16:38 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>