Add crashtests for several bugs

This commit is contained in:
Jesse Ruderman 2008-10-09 14:20:44 -07:00
Родитель 11904cab6b
Коммит 40828aed11
5 изменённых файлов: 45 добавлений и 0 удалений

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

@ -0,0 +1,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<div style="-moz-column-count: 2; text-indent: 11px;"> <div style="float: right;"></div><select style="float: right;"></select></div>
</body>
</html>

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

@ -0,0 +1,9 @@
<html>
<head></head>
<body>
<div style="-moz-column-count: 2;">r
<span style="float: right;"></span>
<textarea style="float: left;"></textarea>
</div>
</body>
</html>

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

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('c').style.counterIncrement = 'c';">
<div style="-moz-column-width: 1px;"><div id="c"><div style="float: right;">T<iframe></iframe></div></div></div>
</body>
</html>

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

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div:first-letter { font-size: 7em; }
</style>
</head>
<body style="width: 3px; float: left;" onload="document.body.style.direction = 'rtl';"><div><br> A B</div></body>
</html>

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

@ -135,6 +135,8 @@ load 411851-1.html
load 412201-1.xhtml
load 412543-1.html
load 413048-1.html
load 413582-1.xhtml
load 413582-2.html
load 414061-1.html
load 414719-1.html
load 415685-1.html
@ -149,4 +151,6 @@ load 425253-1.html
load 426272-1.html
load 429981-1.html
load 430352-1.html
load 437156-1.html
load 438259-1.html
load 448903-1.html