RESOLVED FIXED257106
Add additional test with <image> tag (rather than <img ...) post 263850@main
https://bugs.webkit.org/show_bug.cgi?id=257106
Summary Add additional test with <image> tag (rather than <img ...) post 263850@main
Ahmad Saleem
Reported 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!
Attachments
EWS
Comment 1 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.
Radar WebKit Bug Importer
Comment 2 2023-05-24 16:38:18 PDT
Note You need to log in before you can comment on or make changes to this bug.