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

13 lines
240 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<style>
div { color: red }
div::first-line { color: green }
</style>
</head>
<body>
<div><span><span style="float: left">This should be green</span></span></div>
</body>
</html>