blob: a049a9c3bede793a64b6393f59789fbb245086fe [file] [log] [blame]
<!doctype HTML>
Passes if there is some "testtest.." content inside of an input box,
shifted to the right into a second column.
<div style="column-width: 100px;">
<div style="height: 50px;"></div>
<input type="text" value='testtesttesttesttest' size=5/>
</div>