summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/background-size-021-ref.html
blob: e59e4eab60b9f71c6eb37e871abbe29132d72c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Backgrounds and Borders Reference</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
  div {
    background-color: green;
    left: 30px;
    height: 100px;
    position: relative;
    top: 30px;
    width: 100px;
  }
</style>
<body>
  <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
  <div></div>
</body>