summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/371561-1.html
blob: d658fc95569c92957378b514bfa16e78e8cb58bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <style>
      table, tbody, tr, td { padding: 0; margin: 0; border-spacing: 0 }
      table { background: green; position: absolute; width: 100%;
              border: none; left: 0; top: 0; height: 10px; }
    </style>
  </head>
  <body>
    <div style="position: relative; display: inline; color: white; background: white;">
      ABCDEF<table><tr><td></td></tr></table></div>
  <body>
</html>