tenfourfox/layout/reftests/columns/basic-1.html

15 lines
173 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<style>
div { -moz-column-count:2; -moz-column-gap:0; }
</style>
</head>
<body>
<div>
Hello<br>
Kitty
</div>
</body>
</html>