tenfourfox/layout/reftests/first-line/stress-9-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
280 B
HTML

<!DOCTYPE html>
<html><head>
<style>
*::after { content:"anonymous text"; }
*::before { content:"before text"; }
</style>
</head>
<body>
<ol style="overflow: hidden; float: right; -moz-column-count: 3;">
<span style="overflow: auto; float: left;"></span>
</ol>
</body>
</html>