Add crashtest
git-svn-id: svn://10.0.0.236/trunk@241521 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
efb828c638
commit
3845e0e3e2
22
mozilla/layout/tables/crashtests/373611-1.html
Normal file
22
mozilla/layout/tables/crashtests/373611-1.html
Normal file
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user