smontagu%smontagu.org be0c1dd667 testcases for bug 408292
git-svn-id: svn://10.0.0.236/trunk@241839 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-20 10:18:19 +00:00

19 lines
331 B
HTML

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