summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/background-clip-2.html
blob: 2a10493d91e1a681efcf7fa34ef67701ef6d56af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <body>
    <div style="padding: 10px;
                width: 100px;
                height: 100px;
                background-color: black;
                border: 10px solid black;
                background-clip: content-box;">
    </div>
  </body>
</html>