WebCore/manual-tests/overlappingTableSpans.html
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/overlappingTableSpans.html	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,27 @@
+<html>
+	<body>
+		<table>
+			<tr>
+				<td width='1'></td>
+			</tr>
+			<tr>
+				<td colspan='2' rowspan='2'></td>
+			</tr>
+			<tr>
+				<td rowspan='2'></td>
+			</tr>
+			<tr>
+				<td colspan='2'>
+					<table>
+						<tr>
+							<td></td>
+							<td>
+								<input type='text' />
+							</td>
+						</tr>
+					</table>
+				</td>
+			</tr>
+		</table>
+	</body>
+</html>
\ No newline at end of file