This commit is contained in:
Jesse Ruderman 2011-06-20 11:42:05 -07:00
Родитель fb3b384230
Коммит 779e2ff8f9
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -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.