summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/gradient-content-box-ref.html
blob: fae29540123d2b48666f3d9a184bfca8a7ce2ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <style>
#x {
  width: 200px;
  height: 200px;
  border: 40px;
  border-style: solid;
  border-color: transparent;
  background-image: repeating-linear-gradient(to bottom right, white, black, white 30px);
}
  </style>
</head>
<body>
  <div id="x"></div>
</body>
</html>