summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-grid/reference/replaced-element-015-ref.html
blob: aa1434172ad386885d0836e4a80f4aa0386bed88 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<p>Test passes if it matches the reference.</p>
<div style="display: inline-grid; width: 100px;">
  <div id="target" style="height: 100%;">
    <img src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='green'/></svg>"
         style="height: 100%">
  </div>
</div>