зеркало из https://github.com/mozilla/pjs.git
Add crashtest (testcase by Mats Palmgren)
This commit is contained in:
Родитель
87a3ac10e0
Коммит
4630a4085c
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>Testcase #1 for bug 348688</title>
|
||||
<script>
|
||||
function boom() {
|
||||
var e = document.getElementById('inline1');
|
||||
e.parentNode.removeChild(e);
|
||||
|
||||
e = document.getElementById('inline2');
|
||||
e.parentNode.removeChild(e);
|
||||
var x = document.body.offsetHeight;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom()">
|
||||
|
||||
<div style="overflow:hidden">
|
||||
<font><span id="inline1"><b id="float1" style="float:left">x</b></span></font>
|
||||
<i id="inline2">y</i>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -12,6 +12,7 @@ load 335140-1.html
|
|||
load 337419-1.html
|
||||
load 339651-1.html
|
||||
load 343540-1.html
|
||||
load 348688-1.html
|
||||
load 349095-1.xhtml
|
||||
load 350128-1.xhtml
|
||||
load 364427-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче