зеркало из https://github.com/mozilla/pjs.git
Add crashtest for bug 400349. sdwilsh gave me permission to check in crashtests in today's CLOSED TREE.
This commit is contained in:
Родитель
aa43a23c25
Коммит
7f0548f09d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче