summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1081072-1-ref.html
blob: 672084911a93f20cc5eb955751caf4038e5b69ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
  <style>
    .container {
      border: 1px solid black;
    }
  </style>
</head>
<body>
  <div class="container">
    <div>T</div>
  </div>
</body>
</html>