Add crashtest from bug 468563

This commit is contained in:
Jesse Ruderman 2011-06-20 11:42:05 -07:00
parent fb3b384230
commit 779e2ff8f9
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<head></head>
<body onload="document.getElementById('d').style.MozColumnWidth = '';">
<div id="d" style="height: 1px; -moz-column-width: 1px;">d d <span style="position: absolute;"></span></div>
</body>
</html>

View File

@ -245,6 +245,7 @@ load 467881-1.html
load 468491-1.html
load 468546-1.xhtml
load 468555-1.xhtml
load 468563-1.html
load 468578-1.xhtml
# These three didn't actually crash without the resizing that the
# browser does when setting up print preview, but adding them anyway.