Status: PASS | Duration: 6ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/svg/styling/padding-on-svg-via-img.tentative.html
<!DOCTYPE html> <!-- Padding behavior in svg-as-image is not specified well, but the major browsers have identical behaviors. This HTML should show multiple full circles, and they are aligned to 100px grid. Padding-right doesn't contribute to SVG image sizes. --> <link rel="match" href="padding-on-svg-via-img-ref.tentative.html"/> <body> <img src="support/circle-padding-right.svg"> <img src="support/circle-padding-right.svg"> <img src="support/circle-padding-right.svg"> </body>
/svg/styling/padding-on-svg-via-img-ref.tentative.html
<!DOCTYPE html> <body> <img src="support/circle.svg"> <img src="support/circle.svg"> <img src="support/circle.svg"> </body>