layout/base/crashtests/468546-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/468546-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +<head>
     1.6 +<style type="text/css">
     1.7 +
     1.8 +[class='anon'], #v { float: left; }
     1.9 +[class='anon']:first-line { word-spacing: 30ch; }
    1.10 +body { width: 30ch; }
    1.11 +
    1.12 +</style>
    1.13 +
    1.14 +<bindings xmlns="http://www.mozilla.org/xbl"><binding id="foo"><content><div class="anon"><span>A BCDE</span><children xmlns="http://www.mozilla.org/xbl"/></div></content></binding></bindings>
    1.15 +
    1.16 +<script type="text/javascript">
    1.17 +
    1.18 +function boom()
    1.19 +{
    1.20 +  document.body.insertBefore(document.createTextNode("fijkl"), document.body.firstChild);
    1.21 +}
    1.22 +
    1.23 +</script>
    1.24 +</head>
    1.25 +
    1.26 +<body onload="boom();" style="-moz-binding: url(#foo)"><div id="v">&#x202C;</div></body>
    1.27 +
    1.28 +</html>

mercurial