[Webkit-unassigned] [Bug 257106] New: Add additional test with <image> tag (rather than <img ...) post 263850 at main

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 21 13:31:00 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257106

            Bug ID: 257106
           Summary: Add additional test with <image> tag (rather than <img
                    ...) post 263850 at main
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

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!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230521/38a8b040/attachment.htm>


More information about the webkit-unassigned mailing list