blob: 5baeb4a9bbfd7fd7c49a6e9f29a742b7d76e337a [file] [log] [blame]
<html>
<head>
<style>
.test { width: 100%; }
</style>
</head>
<body>
<script>
if (window.internals)
internals.settings.setSimpleLineLayoutEnabled(false);
if (window.testRunner)
testRunner.displayAndTrackRepaints();
</script>
The textareas below should not overlap.
<table border="0" cellspacing="1" cellpadding="1" width="100%">
<tr>
<td nowrap><textarea class="test">one</textarea></td>
<td><textarea class="test">two</textarea></td>
<td><textarea class="test">three</textarea></td>
<td width="100%">&nbsp;</td>
</tr>
</table>
<br>
<br>
<table border="0" cellspacing="1" cellpadding="1" width="100%">
<tr>
<td nowrap><textarea class="test" cols="30">one two three</textarea></td>
<td><textarea class="test" cols="30">two</textarea></td>
<td><textarea class="test" cols="30">three</textarea></td>
<td width="100%">&nbsp;</td>
</tr>
</table>
</body>
</html>