summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/538909-1.html
blob: 7e9af84c61f38b5631acb22e3374098a017563ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
  border: 80px solid transparent;
  width: 100px;
  height: 100px;
  background-image: linear-gradient(to bottom right, yellow, blue);
}
</style>
</head>
<body>
<div></div>
</body>
</html>