1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/transform/transform-svg-1-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<!-- 1.5 + Any copyright is dedicated to the Public Domain. 1.6 + http://creativecommons.org/licenses/publicdomain/ 1.7 +--> 1.8 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.9 +<body style="margin:0"> 1.10 + <div style="position: relative; left:100px; top:100px; width:300px; height:300px; background:lime;"> 1.11 + <div style="height:200px;"/> 1.12 + <div style="height:100px; background:blue;"/> 1.13 + </div> 1.14 +</body> 1.15 +</html>