testcases for bug 408292

git-svn-id: svn://10.0.0.236/trunk@241839 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
smontagu%smontagu.org 2007-12-20 10:18:19 +00:00
parent 97c9daa858
commit be0c1dd667
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<html>
<head>
<style>
#v {
-moz-column-count: 2;
width: 10ch;
height: 3.7em;
font: 14px monospace;
text-transform: lowercase;
direction: rtl;
border: 1px solid black;
}
</style>
</head>
<body onload="document.getElementById('v').style.direction = 'ltr';">
<div id="v">aaaa bbbb cccc dddd eeee !</div>
</body>
</html>

View File

@ -0,0 +1,12 @@
<html>
<head>
</head>
<body style="direction: rtl; font-family: monospace;" onload="document.getElementById('v').style.width = '0';">
<div id="v" style="-moz-column-count: 15; width: 1px; height: 2.7em; border: 1px solid black;">
xxxxx yyyyy zzzzzz
</div>
</body>
</html>

View File

@ -71,3 +71,5 @@ load 403569-3.xhtml
load 404218-1.xhtml
load 405184-1.xhtml
load 405186-1.xhtml
load 408292.html
load 408299.html