RetroZilla/layout/html/tests/table/interactive/bug86314.html
2015-10-20 23:03:22 -04:00

18 lines
427 B
HTML

<HTML>
<BODY>
<TABLE align=center border=1>
<TR>
<TD>
7. <span style="background-color: #ffbbbb" onmouseover="this.innerHTML = 'ThisTableCellIsNowWider'">jpg</span>
</TD>
</TR>
</TABLE>
<p>Hover over the red "jpg" to simulate an image loading in the table cell. If the effect isn't obvious, scroll down a few pixels and then scroll back up.
<p>p<p>p<p>p<p>p<p>p<p>p<p>p<p>p<p>p<p>p<p>p<p>p<p>p
</body>
</html>