1 2 3 4 5 6 7 8
<!DOCTYPE html> <html class="reftest-paged"> <body> <div>a</div> <div style="position: absolute; left: 100px">b</div> <div>c</div> </body> </html>