roc+%cs.cmu.edu a9b24741e2 Bug 364680. Intrinsic widths for columns. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@230345 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-20 02:21:44 +00:00

15 lines
173 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div { -moz-column-count:2; -moz-column-gap:0; }
</style>
</head>
<body>
<div>
Hello<br>
Kitty
</div>
</body>
</html>