Bug 257106
| Summary: | Add additional test with <image> tag (rather than <img ...) post 263850@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ahmad Saleem
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
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
<rdar://problem/109802539>