mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
13 lines
142 B
HTML
13 lines
142 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
div {font-size:0;}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div>This should be invisible.</div>
|
||
|
</body>
|
||
|
</html>
|