gecko/layout/generic/crashtests/435529.html

21 lines
233 B
HTML
Raw Normal View History

2008-12-25 15:15:48 -08:00
<!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>