16 text-decoration: none;
17 border-bottom:
1px solid black;
18 margin:
300px
0 10px
0;
24 <div id=
"a"><a>Container A
</a></div><div id=
"b"><a>Container B
</a></div>
28 Tests that scroll offsets have sub-pixel precision.
31 The underlines for both
<code>Container A
</code> and
32 <code>Container B
</code> above should line up.
36 var elementA
= document
.getElementById('a');
37 var elementB
= document
.getElementById('b');
38 elementA
.getElementsByTagName('a')[0].scrollIntoView();
39 elementB
.getElementsByTagName('a')[0].scrollIntoView();