mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
20 lines
341 B
HTML
20 lines
341 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Mozilla test - Bug#7290 - #5821</title>
|
||
|
<style>
|
||
|
div { border: 2px solid red; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
below has link:<br>
|
||
|
|
||
|
<div><a href="testlink.html"><img SRC="ant.jpg" BORDER=0 height=20 width=50></a></div>
|
||
|
|
||
|
below has no link:<br>
|
||
|
|
||
|
<div><img SRC="ant.jpg" BORDER=0 height=20 width=50></div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|