Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!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>