aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/tests/css/css-values/urls/url-image-ref.html
blob: a56c789f1474de969ee9c2276ec22c2594f921a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<style>
  .test {
    width: 200px;
    height: 200px;
    background-color: green;
  }
</style>
</head>
<body>
<p>Test passes if there is a green square.</p>
<div class="test"></div>
</body>
</html>