Bug 300436
| Summary: | [webkitpy] fuzzy meta tags in xml documents not parsed when tag is html:meta | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | Tools / Tests | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Garcia Campos
There are some SVG tests where the fuzzy meta is in a html:meta tag, which is not parsed by the test runner. See for example imported/w3c/web-platform-tests/svg/geometry/reftests/circle-003.svg
<svg width="340" height="140"
xmlns="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml">
<title>Circle coordinates and radius specified by percentage</title>
<html:link rel="help" href="https://svgwg.org/svg2-draft/geometry.html"/>
<html:link rel="match" href="circle-ref.svg" />
<html:meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-2" />
<style>
circle {
cx: 60%; /* 60% of width 340 */
cy: 40%; /* 40% of height 140 */
r: 25%; /* 25% of normalized diagonal 260 */
fill: blue;
}
</style>
<circle />
</svg>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/52056
EWS
Committed 301348@main (590faa37cb98): <https://commits.webkit.org/301348@main>
Reviewed commits have been landed. Closing PR #52056 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/162417111>