summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/orange-square.html
blob: aa70b29fa6f873dc8990447f03addb8588b0f4c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<title>orange square</title>
<style>

div {
  width: 200px;
  height: 200px;
  background: orange;
}

</style>
<div></div>