зеркало из https://github.com/mozilla/gecko-dev.git
Add crashtest
This commit is contained in:
Родитель
9d2fea07eb
Коммит
b9a586d425
|
@ -0,0 +1,22 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("a").style.clear = "right";
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
|
||||
<div style="display: table;">
|
||||
<div id="a">a</div>
|
||||
<div id="b" style="height: 18000000px;">b</div>
|
||||
<div id="c">c c c</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -15,6 +15,7 @@ load 364512-1.html
|
|||
load 367673-1.xhtml
|
||||
load 368166-1.xhtml
|
||||
load 370876-1.html
|
||||
load 373611-1.html
|
||||
load 379687-1.html
|
||||
load 387051-1.html
|
||||
load 391898-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче