mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
|
|
<title>crash</title><style title="Default" media="screen" type="text/css">
|
|
|
|
.pop {vertical-align:top; font-size:120%;}
|
|
.pop div {display:inline; margin:1ex;}
|
|
.pop a span {display:none;}
|
|
.pop a:hover span {display:block; position:absolute; left:0; top:200px; background:green;}
|
|
|
|
|
|
</style></head>
|
|
|
|
<body>
|
|
|
|
<table>
|
|
<tr>
|
|
<td class="pop">
|
|
<div style="position: relative; width:400px">
|
|
|
|
<div><a href="#">TestlinkTestlinkTestlink<span>: this should give a CSS popup.</span></a></div>
|
|
<div><a href="#">PutTheCursorOverThisText<span>: this should give a CSS popup.</span></a></div>
|
|
</div>
|
|
</td>
|
|
<td style="background: grey none repeat scroll 0%; width: 50%; color: red;">If you hover a link to the right that is NOT on the first line, it will cause Gecko to crash.
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body></html>
|