summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/341043-1a.html
blob: ba48122b4e369631fee6daceac55d1170b3a68ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html><head>
<style>

    body {
         font-family: fixed, monospace;
         background-color: white;
    }

</style>

    </head><body>

    <div style="position: absolute; background-color: white;">
      12345678<br>12345678
    </div>

    abcdefghijklmnopqrstuvwxyz<br>
    abcdefghijklmnopqrstuvwxyz<br>
    abcdefghijklmnopqrstuvwxyz<br>
    abcdefghijklmnopqrstuvwxyz<br>
  
</body></html>