diff options
Diffstat (limited to 'WebCore/manual-tests/overlappingTableSpans.html')
| -rw-r--r-- | WebCore/manual-tests/overlappingTableSpans.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/WebCore/manual-tests/overlappingTableSpans.html b/WebCore/manual-tests/overlappingTableSpans.html deleted file mode 100644 index 861606a..0000000 --- a/WebCore/manual-tests/overlappingTableSpans.html +++ /dev/null @@ -1,27 +0,0 @@ -<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 |
