summaryrefslogtreecommitdiffstats
path: root/docshell/base/crashtests/403574-1.xhtml
blob: cdf7d43a4b5611443060db84ca7ed034ba97f2b1 (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" class="reftest-wait">
<head>

<bindings xmlns="http://www.mozilla.org/xbl"><binding id="foo"><content>
<frame xmlns="http://www.w3.org/1999/xhtml"><children xmlns="http://www.mozilla.org/xbl"/></frame>
</content></binding></bindings>

<script>

function boom()
{
  document.getElementById("span").style.MozBinding = "url('#foo')";
  document.documentElement.removeAttribute("class");
}

</script>
</head>

<body onload="setTimeout(boom, 100);">
<span id="span"></span>
</body>

</html>