layout/base/crashtests/350128-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/350128-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml">
     1.5 +<head>
     1.6 +
     1.7 +<bindings xmlns="http://www.mozilla.org/xbl">
     1.8 +  <binding id="lub4">
     1.9 +    <content>
    1.10 +      <html:span style="color: green;">
    1.11 +        <children/>
    1.12 +      </html:span>
    1.13 +    </content>
    1.14 +  </binding>
    1.15 +</bindings>
    1.16 +
    1.17 +
    1.18 +</head>
    1.19 +
    1.20 +<body onload="document.getElementById('gogo');">
    1.21 +  <span style="-moz-binding: url('#lub4')"><div/><em id="gogo">I</em></span>
    1.22 +</body>
    1.23 +
    1.24 +</html>

mercurial