3 <meta http-equiv=
"Content-type" content=
"text/html; charset=utf-8" />
4 <title>Test case for lengths of magic number '-
666666'
</title>
5 <style type=
"text/css">
6 #container { position: relative
; }
7 #control { position: absolute
; margin-left: auto
; color: green
; }
8 #test1 { position: absolute
; top: 1em; margin-left: -666666px; color: red
; }
9 #test2 { position: absolute
; top: 2em; margin-left: -666665px; color: red
; }
13 <p>In this test case you should only see one line green text. If there is any red the test has failed.
</p>
15 <div id=
"control">You should see this.
</div>
16 <div id=
"test1">You should not see this!
</div>
17 <div id=
"test2">You should not see this!
</div>