mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 19:50:12 +01:00
14 lines
522 B
HTML
14 lines
522 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Testcase for bug 18650</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
Iframe with no extra space containing a image+br
|
||
|
<IFRAME SRC="imagebr.html" MARGINHEIGHT=0 MARGINWIDTH=0 WIDTH=329 HEIGHT=220></IFRAME>
|
||
|
Iframe with 15 px extra vertical space containing a image+br
|
||
|
<IFRAME SRC="imagebr.html" MARGINHEIGHT=0 MARGINWIDTH=0 WIDTH=329 HEIGHT=235></IFRAME>
|
||
|
Iframe with no extra space containing only image
|
||
|
<IFRAME SRC="imagebr2.html" MARGINHEIGHT=0 MARGINWIDTH=0 WIDTH=329 HEIGHT=220></IFRAME>
|
||
|
</body>
|
||
|
</html>
|