1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/as-image/background-display-none-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<!DOCTYPE html> 1.5 +<!-- 1.6 + Any copyright is dedicated to the Public Domain. 1.7 + http://creativecommons.org/publicdomain/zero/1.0/ 1.8 +--> 1.9 +<!-- Test for a CSS background pointing to an SVG image that has "display:none" 1.10 + on the root node. --> 1.11 +<html> 1.12 +<body> 1.13 + <div style="width: 100px; height: 100px; 1.14 + background-image: url('display-none.svg')"> 1.15 +</body> 1.16 +</html>