chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug6404.html

<!DOCTYPE html>
<HTML><HEAD></HEAD>

<BODY>
<img src="../images/raptor.jpg" width=220 height=100>
<BR>
<TABLE BORDER=0 WIDTH="100%">

<TR>
<TD BGCOLOR="#ff0000">X</TD>
<TD BGCOLOR="#DDDDDD">X</TD>
<TD BGCOLOR="#00ff00">X</TD>
</TR>

<TR>
<TD BGCOLOR="#DDDD00" COLSPAN=2 valign=top>
this_word_has_no_breakable_spaces 
... if this bug is still active and the window is >250px wide, you can't see that the 
word above is 33 characters long. (I could have used a table instead 
but this is simpler).
</TD>

<TD BGCOLOR="#9999ff" VALIGN=TOP>
Try shrinking this table to ~250px wide. The left hand (gold) column will
suddenly expand in width.<br><br>
mozilla qa smoke tests smoke qa mozilla 
mozilla qa smoke tests smoke qa mozilla 
mozilla qa smoke tests smoke qa mozilla 
mozilla qa smoke tests smoke qa mozilla 
mozilla qa smoke tests smoke qa mozilla 
mozilla qa smoke tests smoke qa mozilla 
mozilla qa smoke tests smoke qa mozilla 
mozilla qa smoke tests smoke qa mozilla 

</TD>
</TR>

</TABLE>

</BODY>
</HTML>