summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/background-size-percentage-root-ref.html
blob: 166f9e987bf5b3e64df2a0f1c87c29dfdfe97af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<title>Percentage background-size on the root</title>
<style>
  div {
    width: 100px;
    height: 50px;
    background-color: lime;
    position: absolute;
    top: 0;
    left: 0;
  }
</style>
<div></div>