mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
366 B
HTML
9 lines
366 B
HTML
|
<body>
|
||
|
<embed type="application/x-test" width="20"></embed>
|
||
|
<embed type="application/x-test" width="10"></embed>
|
||
|
<embed type="application/x-test" width="0"></embed>
|
||
|
<embed type="application/x-test" width="20" height="20"></embed>
|
||
|
<embed type="application/x-test" width="10" height="10"></embed>
|
||
|
<embed type="application/x-test" width="0" height="0"></embed>
|
||
|
</body>
|