Mypal/layout/reftests/bugs/608756-2.html

11 lines
203 B
HTML

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