gecko/layout/reftests/first-line/out-of-flow-1c.html

17 lines
330 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div { color: green }
div::first-line { color: red }
</style>
</head>
<body onload="document.getElementById('test').className = ''">
<div>
<span class="some value" style="float: left">
This should be green
</span>
</div>
</body>
</html>