chromium/third_party/blink/web_tests/fast/multicol/input-with-overflow-second-column.html

<!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>