tenfourfox/layout/reftests/bugs/608756-1b.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
179 B
HTML

<!DOCTYPE html>
<head>
<style>
span { float: left; }
</style>
</head>
<body>
<span></span>
<span style="float: none; border: 1px solid green;">Test<br>Test</span>
</body>