summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/styling/padding-on-svg-via-img.tentative.html
blob: bdb0ce0212268ab0594a7d1a4a3def4b621dadf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>