Mypal/layout/reftests/bugs/608756-2-ref.html
2019-03-11 13:26:37 +03:00

10 lines
193 B
HTML

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