Testcase for bug 502617 (Crash when logging in to Facebook [@ JS_GetClass]).

--HG--
extra : rebase_source : 733bce16594367a7b22b4bd9ee42a9268a8eb405
This commit is contained in:
Peter Van der Beken 2009-07-07 15:20:13 +02:00
Родитель c18750121b
Коммит 483c742603
2 изменённых файлов: 14 добавлений и 0 удалений

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

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
var a = {};
a instanceof HTMLImageElement;
</script>
</head>
<body></body>
</html>

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

@ -16,3 +16,4 @@ load 404869-1.xul
load 462947.html
load 439206-1.html
load 473284.xul
load 502617.html