haikuwebkit/LayoutTests/fast/replaced/replaced-breaking-mixture.html

14 lines
348 B
HTML

<head>
<style>
img { width:25px;height:25px }
</style>
<body>
<div style="width:10px">Foo<img></div>
<div style="width:10px">Foo<select><option>One</select></div>
<div style="width:10px">Foo<input></div>
<div style="width:10px"><img>Foo</div>
<div style="width:10px"><select><option>One</select>Foo</div>
<div style="width:10px"><input>Foo</div>