blob: 93f312a60f50de458ae32e4ed6d95d31a4ff9038 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we do not crash when colspan value is large.</title>
</head>
<body>
PASS if no crash.
<table>
<td colspan="53927142"></td>
<th>
<td></td>
</th>
</table>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>