Tests for bug 533379, bug 520340.

This commit is contained in:
Mats Palmgren 2009-12-18 10:02:33 +01:00
parent f24b74cefd
commit e1c5862ad0
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,2 @@
<!DOCTYPE HTML>
<html style="-moz-column-width: 1px;"><head></head><body style="-moz-column-count: 2;">A B C D E F<span>&#x7E01;</span></body></html>

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<style>
body { width: 1px; }
ul { -moz-column-count: 15; }
li {list-style-position: inside; }
li:first-letter {color: red; }
</style>
</head>
<body>
<ul><li><span>A B</span></li></ul>
</body>
</html>

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<style>
body { width: 1px; }
ul { -moz-column-count: 2; }
li {list-style-position: inside; }
li:first-letter {color: red; }
</style>
</head>
<body>
<ul><li><span>A B</span></li></ul>
</body>
</html>

View File

@ -280,3 +280,6 @@ load 505912-1.html
load 511482.html
load 513394-1.html
load 517968.html
load 520340.html
load 533379-1.html
load 533379-2.html