Tests for bug 435529 and bug 436823.

This commit is contained in:
Jesse Ruderman 2008-12-26 00:15:48 +01:00
Родитель 49d2c8a4de
Коммит d163fffb1f
3 изменённых файлов: 32 добавлений и 0 удалений

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

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
-moz-column-count: 2;
white-space: pre;
}
div:first-letter {
float: right;
}
</style>
</head>
<body><div> <span>AB</span></div></body>
</html>

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

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="-moz-column-count: -1;"><div style="float: left;"><div><div style="float: left;">A B</div><div style="clear: both; height: 1px;"></div></div></div></div>
</body>
</html>

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

@ -154,6 +154,8 @@ load 426272-1.html
load 428263-1.html
load 429981-1.html
load 430352-1.html
load 435529.html
load 436823.html
load 437156-1.html
load 438259-1.html
load 438509-1.html