blob: 808d35e525b1ff7f92245cdd533e5f31bc8c0588 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ internal:AsyncOverflowScrollingEnabled=true ] -->
<html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<table>
<tr>
<td style="overflow: scroll; -webkit-overflow-scrolling: touch;">
This test should not crash.
</td>
</tr>
</table>
</html>