summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/399946-1.xhtml
blob: 1632130d0586e6af2b829e89966770679ba7c320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:math="http://www.w3.org/1998/Math/MathML">
<head>

<bindings xmlns="http://www.mozilla.org/xbl">
  <binding id="empty">
    <content></content>
  </binding>
</bindings>

<script>
function boom()
{
  document.getElementById("frame").style.MozBinding = "url('#empty')";
}

window.addEventListener("load", boom, false);
</script>

</head>

<math:mtd><frameset><frame id="frame"></frame></frameset></math:mtd>

</html>