summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-dotted/masked-small.html
blob: b5869f4d643818338296cd0f74e6c51c5b3dc836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf-8">
    <title>Correctly masked page</title>
    <style>
.box {
  position: relative;
  width: 220px;
  height: 220px;
}
    </style>
  </head>
  <body>
    <div class="box" style="background-color: black;">
    </div>
    <div class="box" style="background-color: white;">
    </div>
  </body>
</html>