Bug 673770 - Also search overflow lines for aPrevSibling. r=test-only

This commit is contained in:
Jesse Ruderman 2011-08-03 17:55:00 +02:00
parent e790b4f010
commit 56961b8e10
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html style="-moz-column-width: 1px;">
<head>
<script>
function boom()
{
document.documentElement.offsetHeight;
document.body.style.height = "8px";
document.documentElement.style.fontSize = "22050893469px";
document.documentElement.offsetHeight;
document.getElementById("x").style.counterReset = "chicken";
document.documentElement.offsetHeight;
}
</script>
</head>
<body style="-moz-column-width: 1px;" onload="boom();">
<hr size="100" color="blue"><div style="position: absolute;"></div><div id="x" style="height: 5px;"></div>
</body>
</html>

View File

@ -368,3 +368,4 @@ load text-overflow-bug666751-2.html
asserts(2) load text-overflow-bug670564.xhtml # asserts(2) for bug 436470
load text-overflow-bug671796.xhtml
load 667025.html
asserts(14) load 673770.html # bug 569193 and bug 459597