Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
table
/
colspan-huge-number.html
blob: 4fdd49d9c652c893e3a72b4e4cbe5783795d52de [
file
] [
log
] [
blame
]
<!DOCTYLE html>
<html>
<body>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<table>
<tr>
<td
colspan
=
"2147483647"
>
PASS: WebKit didn't crash
</TD>
<td></td>
</tr>
</table>
</body>
</html>