blob: ecf9fbf1ca975b27e9205f8a2f7a6a6c1aea3672 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<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>
|