4 <!-- Note: CSS 2.1 allows guessing the static position of an absolutely
5 positioned element whose offsets are 'auto' (initial value), i.e.
6 the reference of this test is just one of many possible outcomes.
7 See http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width -->
8 <style type=
"text/css">
12 background-color: green
;
16 width: 20px; height: 20px;
17 background-color: blue
;
24 background-color: lightgreen
;
29 <div id=
"in-flow-top"></div>
30 <div id=
"abs-pos"></div>
31 <div id=
"in-flow-bottom"></div>