layout/reftests/svg/svg-effects-area-zoomed-out-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/svg/svg-effects-area-zoomed-out-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" reftest-zoom="0.6">
     1.6 +<head>
     1.7 +  <title>Test for bug 541270 (SVG Effects area)</title>
     1.8 +  <style type="text/css">
     1.9 +  html, body, div { display: block; width: 100%; height: 100%; border: none; margin: 0; padding: 0; }
    1.10 +  /* ick, filters can't be display: none or inside of something display:none! */
    1.11 +  svg { display: block; height: 0; }
    1.12 +  </style>
    1.13 +</head>
    1.14 +<body>
    1.15 +  <div style="background: #fc3"><div style="background: #3c6; width: 100px;height:25px" /></div>
    1.16 +</body>
    1.17 +</html>

mercurial