gecko-dev/layout/reftests/bugs/641856-1.html

20 строки
255 B
HTML

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