mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
21 lines
512 B
HTML
21 lines
512 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<style type="text/css">
|
|
|
|
table { border-spacing: 0; }
|
|
td { padding: 0; border: 1px solid; line-height: 1px; }
|
|
img { visibility: hidden; vertical-align: bottom; }
|
|
|
|
</style>
|
|
</head>
|
|
<body onload="document.getElementById('forty').style.height = '';">
|
|
|
|
<table><tr><td><div style="height: 40px" id="forty"><div style="height: 100%">
|
|
<img src="solidblue.png" style="height: 75%">
|
|
</div></div></td></tr></table>
|
|
|
|
</body>
|
|
</html>
|