Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug1800.html
blobd9cdaaa71408b84f2523d66436996881159112c0
1 <table border>
2 <tr>
3 <td>
4 cell of outer table</td></tr>
5 <tr>
6 <td>
7 <table border=5>
8 <tr>
9 <td> cell of nested table</td></tr>
10 </table>
11 </tr>
12 </table>
13 <BR>
14 <hr align=left style="width:200px;">
15 nested table width includes border
16 <table cellspacing=0 cellpadding=0 border>
17 <tr>
18 <td>
19 <table width=200 border=10>
20 <tr>
21 <td>200 nested table</td></tr>
22 </table></td></tr>
23 </table>
24 <BR>
25 nested table width includes border
26 <table cellspacing=0 cellpadding=0 border>
27 <tr>
28 <td>
29 <table border=10>
30 <tr>
31 <td>auto nested table</td></tr>
32 </table></td></tr>
33 </table>
34 <BR>
35 nested table width includes border
36 <table width=100% cellspacing=0 cellpadding=0 border=5>
37 <tr>
38 <td>100% width table</td></tr>
39 </table>
40 <BR>
41 nested table width includes border
42 <table cellspacing=0 cellpadding=0 border>
43 <tr>
44 <td>
45 <table width=100% border=10>
46 <tr>
47 <td>100% nested table</td></tr>
48 </table></td></tr>
49 </table>