layout/base/crashtests/399946-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/399946-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:math="http://www.w3.org/1998/Math/MathML">
     1.5 +<head>
     1.6 +
     1.7 +<bindings xmlns="http://www.mozilla.org/xbl">
     1.8 +  <binding id="empty">
     1.9 +    <content></content>
    1.10 +  </binding>
    1.11 +</bindings>
    1.12 +
    1.13 +<script>
    1.14 +function boom()
    1.15 +{
    1.16 +  document.getElementById("frame").style.MozBinding = "url('#empty')";
    1.17 +}
    1.18 +
    1.19 +window.addEventListener("load", boom, false);
    1.20 +</script>
    1.21 +
    1.22 +</head>
    1.23 +
    1.24 +<math:mtd><frameset><frame id="frame"></frame></frameset></math:mtd>
    1.25 +
    1.26 +</html>

mercurial