summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/572582-1.xhtml
blob: 00916b949c49f12123f25fe6a8fdb7df01e7a11f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html xmlns="http://www.w3.org/1999/xhtml" style="width: 1px">
<head>
<script style="display: none;" id="fuzz1" type="text/javascript">
<![CDATA[

function boom()
{
  var span = document.createElementNS("http://www.w3.org/1999/xhtml", "span")
  var t1 = document.createTextNode("\uD1B5");
  span.appendChild(t1);
  var t2 = document.createTextNode("");
  span.appendChild(t2);
  var t3 = document.createTextNode("\u200Bq");
  span.appendChild(t3);
  document.documentElement.appendChild(span);
  document.documentElement.offsetHeight;
  t3.data = "\u062A";
}

window.addEventListener("load", boom);

]]>
</script>
</head>
</html>