layout/reftests/svg/svg-integration/clipPath-html-05-extref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/svg/svg-integration/clipPath-html-05-extref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     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:100px; height:1px; }
    1.14 +</style>
    1.15 +</head>
    1.16 +<body style="margin:0; width:350px; line-height:100px;">
    1.17 +  <span class="unit"/><span class="unit"
    1.18 +  /><span style="clip-path:url(clipPath-html-05.xhtml#c1); background:lime;"><span class="unit"/><span class="unit"
    1.19 +  /></span>
    1.20 +  <svg:svg height="0">
    1.21 +    <!-- use an empty g to force clipPath-html-05.xhtml to load before onload -->
    1.22 +    <svg:use xlink:href="clipPath-html-05.xhtml#empty" />
    1.23 +  </svg:svg>
    1.24 +</body>
    1.25 +</html>

mercurial