зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
304 B
HTML
18 строки
304 B
HTML
<title>Testcase, bug 947650 and 598900</title>
|
|
<style>
|
|
html { background: white; }
|
|
body {
|
|
padding: 1px;
|
|
background: blue;
|
|
width: 100px;
|
|
font-size: 0px; /* remove the effect of the strut ascent and descent */
|
|
}
|
|
div {
|
|
background: aqua;
|
|
height: 27px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div></div>
|
|
</body>
|