tenfourfox/layout/reftests/first-line/out-of-flow-1-ref.html

13 lines
191 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<style>
div { color: green }
</style>
</head>
<body>
<div><span style="float: left">This should be green</span></div>
</body>
</html>