summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/608756-1a.html
blob: aacca22b9266161add965a270c39b27c868bb36f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<head>
  <style>
    span { position: absolute; }
  </style>
</head>
<body>
<span></span>
<span style="position: static; border: 1px solid green">Test<br>Test</span>
</body>