1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>CSS Test Reference Result: Inheriting 'top' changes from abspos grandparent
</title>
5 <style type=
"text/css">
6 .testDiv { position: relative
; width: 100px; height: 100px; }
7 #green { top: 100px; background: green
; }
8 body
> p
{ position: absolute
; font-size: medium
; }
9 body
{ font-size: 0; line-height: 0; position: relative
; }
13 <p>There should be no red.
</p>
14 <div id=
"green" class=
"testDiv"></div>