Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug8499.html
blob61f8d0fb51853ffdfdeae19d348ffa674e1b0443
1 <HTML>
2 <body>
3 <p>This table contains an &lt;applet&gt; that will not load -- you can see
4 the space get allocated and then reflow. Notice that the final table is clipped
5 on the right hand side -- try shrinking the window and notice how the clipping
6 increases. (I couldn't really simplify this further without losing some of the
7 original 'flavour'.)</p>
8 <br>
10 <!-- Start of exterior table -->
11 <TABLE WIDTH=90% BORDER=1>
13 <tr><TD>
15 <!-- Start of interior table -->
16 <TABLE align=center WIDTH=100% BORDER=1>
18 <!-- First row of interior table -->
19 <tr><td>
20 <table border=2 align=center><tr><td>
21 <applet code="nosuchTextScrollerApplet.class" width=440 height=27>
22 <param foo="bar">
23 </applet>
24 </td></tr></table>
25 <p>The Porto Elounda Mare is built on the sea front, on a 110,000 m2
26 plot of land with a 150 meter long private sandy beach. The view from
27 decorated with antique and contemporary furniture and rugs.</p>
28 </td></tr>
30 <!-- Second row of interior table -->
31 <tr><td>
32 <table align="center" cellspacing=0 cellpadding=5 border=1>
33 <tr>
34 <td nowrap>99 Rates in Drahmas Per Person on H/B Basis</td>
35 <td nowrap>27/03 - 30/04 <br>16/10 - 31/10 </td>
36 <td nowrap>01/5- 21/5 & 2/10 - 15/10</td>
37 <td nowrap>22/5 - 16/07<br>28/8 - 01/10</td>
38 <td nowrap>17/07 - 27/8</td>
39 </tr>
40 </table>
41 </td></tr>
43 <!-- End of interior table -->
44 </table>
46 <!-- End of exterior table -->
47 </td></tr>
48 </table>
50 <br>
51 <p>This table repeats the previous table, but removes the 'bad applet'.
52 Table lays out OK.</p>
53 <br>
55 <!-- Start of exterior table -->
56 <TABLE WIDTH=90% BORDER=1>
58 <tr><TD>
60 <!-- Start of interior table -->
61 <TABLE align=center WIDTH=100% BORDER=1>
63 <!-- First row of interior table -->
64 <tr><td>
65 <table border=2 align=center><tr><td>
66 applet was here
67 </td></tr></table>
68 <p>The Porto Elounda Mare is built on the sea front, on a 110,000 m2
69 plot of land with a 150 meter long private sandy beach. The view from
70 decorated with antique and contemporary furniture and rugs.</p>
71 </td></tr>
73 <!-- Second row of interior table -->
74 <tr><td>
75 <table align="center" cellspacing=0 cellpadding=5 border=1>
76 <tr>
77 <td nowrap>99 Rates in Drahmas Per Person on H/B Basis</td>
78 <td nowrap>27/03 - 30/04 <br>16/10 - 31/10 </td>
79 <td nowrap>01/5- 21/5 & 2/10 - 15/10</td>
80 <td nowrap>22/5 - 16/07<br>28/8 - 01/10</td>
81 <td nowrap>17/07 - 27/8</td>
82 </tr>
83 </table>
84 </td></tr>
86 <!-- End of interior table -->
87 </table>
89 <!-- End of exterior table -->
90 </td></tr>
91 </table>
93 </body></html>