chromium/third_party/blink/web_tests/tables/mozilla_expected_failures/bugs/bug8499.html

<HTML>
<body>
<p>This table contains an &lt;applet&gt; that will not load -- you can see
the space get allocated and then reflow. Notice that the final table is clipped
on the right hand side -- try shrinking the window and notice how the clipping 
increases. (I couldn't really simplify this further without losing some of the 
original 'flavour'.)</p>
<br>

<!-- Start of exterior table --> 
<TABLE WIDTH=90% BORDER=1>

<tr><TD>

<!-- Start of interior table --> 
<TABLE align=center WIDTH=100% BORDER=1>

<!-- First row of interior table --> 
<tr><td>
  <table border=2 align=center><tr><td>
   <applet code="nosuchTextScrollerApplet.class" width=440 height=27>
    <param foo="bar">
   </applet>
  </td></tr></table>
  <p>The Porto Elounda Mare is built on the sea front, on a 110,000 m2
 plot of land with a 150 meter long private sandy beach. The view from
 decorated with antique and contemporary furniture and rugs.</p>
</td></tr>

<!-- Second row of interior table --> 
<tr><td>
  <table align="center" cellspacing=0 cellpadding=5 border=1>
  <tr> 
  <td nowrap>99 Rates in Drahmas  Per Person on H/B  Basis</td>
  <td nowrap>27/03 - 30/04 <br>16/10 - 31/10 </td>
  <td nowrap>01/5- 21/5 & 2/10 - 15/10</td>
  <td nowrap>22/5 - 16/07<br>28/8 - 01/10</td>
  <td nowrap>17/07 - 27/8</td>
  </tr>
  </table>
</td></tr>

<!-- End of interior table --> 
</table>

<!-- End of exterior table --> 
</td></tr>
</table>

<br>
<p>This table repeats the previous table, but removes the 'bad applet'. 
Table lays out OK.</p>
<br>

<!-- Start of exterior table --> 
<TABLE WIDTH=90% BORDER=1>

<tr><TD>

<!-- Start of interior table --> 
<TABLE align=center WIDTH=100% BORDER=1>

<!-- First row of interior table --> 
<tr><td>
  <table border=2 align=center><tr><td>
 applet was here
  </td></tr></table>
  <p>The Porto Elounda Mare is built on the sea front, on a 110,000 m2
 plot of land with a 150 meter long private sandy beach. The view from
 decorated with antique and contemporary furniture and rugs.</p>
</td></tr>

<!-- Second row of interior table --> 
<tr><td>
  <table align="center" cellspacing=0 cellpadding=5 border=1>
  <tr> 
  <td nowrap>99 Rates in Drahmas  Per Person on H/B  Basis</td>
  <td nowrap>27/03 - 30/04 <br>16/10 - 31/10 </td>
  <td nowrap>01/5- 21/5 & 2/10 - 15/10</td>
  <td nowrap>22/5 - 16/07<br>28/8 - 01/10</td>
  <td nowrap>17/07 - 27/8</td>
  </tr>
  </table>
</td></tr>

<!-- End of interior table --> 
</table>

<!-- End of exterior table --> 
</td></tr>
</table>

</body></html>