RESOLVED FIXED300436
[webkitpy] fuzzy meta tags in xml documents not parsed when tag is html:meta
https://bugs.webkit.org/show_bug.cgi?id=300436
Summary [webkitpy] fuzzy meta tags in xml documents not parsed when tag is html:meta
Carlos Garcia Campos
Reported 2025-10-09 01:52:34 PDT
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
Carlos Garcia Campos
Comment 1 2025-10-09 01:55:47 PDT
EWS
Comment 2 2025-10-10 22:00:49 PDT
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
Comment 3 2025-10-10 22:01:15 PDT
Note You need to log in before you can comment on or make changes to this bug.