tenfourfox/layout/reftests/bugs/641856-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

21 lines
281 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
p {
background:gold;
width: 24em;
-moz-column-count: 2;
columns: 2;
-moz-column-rule: solid;
column-rule: solid;
}
</style>
</head>
<body>
<p>Some<br>text</p>
</body>
</html>