Add crashtest for bug 400349. sdwilsh gave me permission to check in crashtests in today's CLOSED TREE.

This commit is contained in:
Jesse Ruderman 2008-11-29 18:12:46 -08:00
Родитель aa43a23c25
Коммит 7f0548f09d
2 изменённых файлов: 21 добавлений и 0 удалений

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

@ -0,0 +1,20 @@
<html>
<head>
<script>
function init() {
window.removeEventListener("load", init, false);
var fr = document.getElementsByTagName("iframe")[0];
var b = fr.contentDocument.body;
fr.parentNode.removeChild(fr);
b.parentNode;
}
window.addEventListener("load", init, false);
</script>
</head><body><iframe></iframe></body></html>

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

@ -5,6 +5,7 @@ load 346512-1.xhtml
load 382133-1.html
load 386680-1.html
load 394810-1.html
load 400349-1.html
load 403356-1.html
load 418139-1.svg
load 420513-1.html