Add 439206 crashtest to CLOSED TREE

This commit is contained in:
Jesse Ruderman 2008-11-29 18:51:23 -08:00
Родитель 15e98ad210
Коммит 697316bb02
2 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
var s = document.createElement("STYLE");
var t = document.createTextNode("\uDB00x"); // a high surrogate followed by 'x'
document.documentElement.appendChild(s);
s.appendChild(t);
}
</script>
</head>
<body onload="boom();">
</body>
</html>

Просмотреть файл

@ -7,3 +7,4 @@ load 359432-1.xhtml
load 369413-1.html
load 372554-1.html
load 404869-1.xul
load 439206-1.html