3 <title>Over-constrained dimensions test for absolutely positioned elements
</title>
4 <style type=
"text/css">
10 background-color: blue
;
14 /* Over-constrained -- 50px + 75px + 100px + 25px + 25px > 200px */
22 background-color: green
;
24 #test { left: 300px; }
25 #control div
{ direction: ltr
; }
26 #test div
{ direction: rtl
; }
30 <p>The two boxes below should look identical.
</p>
31 <div id=
"control" class=
"container">
32 <div class=
"toTest"></div>
34 <div id=
"test" class=
"container">
35 <div class=
"toTest"></div>