1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/svg-integration/clipPath-html-06-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<!-- 1.5 + Any copyright is dedicated to the Public Domain. 1.6 + http://creativecommons.org/publicdomain/zero/1.0/ 1.7 +--> 1.8 +<html xmlns="http://www.w3.org/1999/xhtml" 1.9 + xmlns:svg="http://www.w3.org/2000/svg" 1.10 + xmlns:xlink="http://www.w3.org/1999/xlink"> 1.11 +<head> 1.12 +<style> 1.13 +.unit { display:inline-block; width:50px; height:10px; } 1.14 +</style> 1.15 +</head> 1.16 +<body style="margin:0"> 1.17 + <span> 1.18 + <span class="unit"></span> 1.19 + <div style="height:200px;"/> 1.20 + <span class="unit" style="background:lime;"></span> 1.21 + </span> 1.22 +</body> 1.23 +</html>