haikuwebkit/LayoutTests/fast/replaced/replaced-last-line-layout-e...

11 lines
241 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="display: inline; position: relative;">
<input type="text" id="one" value="One"><br>
<input type="text" id="two" value="Two">
<div style="position: absolute"></div>
</div>
</body>
</html>