summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/background-size/background-size-near-zero-svg.html
blob: ff7b9bb491b0272e96278001e63d48a3a3a0307b (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<title>SVG background with near-zero background-size</title>
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#background-size">
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#background-image">
<link rel="match" href="reference/background-size-near-zero-ref.html">
<div style="background-image: url(support/50x50-green.svg);
            width: 100px; height: 100px; background-size: 0.2px 0.2px">
</div>