summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/img-display-none-1.html
blob: 2ce155c9bf8137a982bb3e942d1a82be10e55cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<!-- Test for an <img> tag pointing to an SVG image that has "display:none"
     on the root node. -->
<html>
<body>
  <img src="display-none.svg">
</body>
</html>