float-offscreen-expected.html 320 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <style>
  3. #target::-webkit-scrollbar {
  4. display: none;
  5. }
  6. </style>
  7. <div id="target" style="height:300px; overflow:scroll; isolation: isolate;">
  8. <table>
  9. <td>
  10. <input size="8" style="float: left;">
  11. </td>
  12. </table>
  13. <div style="width: 100px; height: 1000px"></div>
  14. </div>