Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug15247.html
blobaa0ea8ade2eb645b7e4c8f7c4a67883762a192aa
1 <table border=1>
2 <tr>
3 <td>
4 some normal text before the nested table
5 <table style="margin-left: 50px; width: 90%" border=1>
6 <td >selection of words to pad table cell
7 <td>selection of words to pad table cell
8 <td>selection of words to pad table cell</td>
9 </table>
10 some normal text after the nested table
11 <td>contents of table cell to right</td>
12 </tr>
13 </table>
15 <table border=1>
16 <tr>
17 <td>
18 some normal text before the nested table
19 <table style="margin-left: 50px;" border=1>
20 <td >selection of words to pad table cell
21 <td>selection of words to pad table cell
22 <td>selection of words to pad table cell</td>
23 </table>
24 some normal text after the nested table
25 <td>contents of table cell to right</td>
26 </tr>
27 </table>
29 <table border=1>
30 <tr>
31 <td>
32 some normal text before the nested table
33 <table style="margin-left: 50px; border:10px solid black; padding:5px" border=1>
34 <td >selection of words to pad table cell
35 <td>selection of words to pad table cell
36 <td>selection of words to pad table cell</td>
37 </table>
38 some normal text after the nested table
39 <td>contents of table cell to right</td>
40 </tr>
41 </table>