bug 394275 - crash test by Jesse Ruderman.

This commit is contained in:
Bob Clary 2009-04-24 10:08:22 -07:00
Родитель 46e4b4ede6
Коммит d6d8bbc712
3 изменённых файлов: 12 добавлений и 0 удалений

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

@ -60,3 +60,5 @@ include ../../widget/src/cocoa/crashtests/crashtests.list
include ../../widget/src/crashtests/crashtests.list
include ../../modules/libimg/png/crashtests/crashtests.list
include ../../xpcom/string/crashtests/crashtests.list

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

@ -0,0 +1,9 @@
<html>
<body>
<script>
style = document.createElement("style");
document.documentElement.appendChild(style);
style.textContent = "tz\uDAB2 ";
</script>
</body>
</html>

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

@ -0,0 +1 @@
load 394275-1.html