summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/animate-opacity-ref.html
blob: d0b3bff4aeb160da656298adcdbaf9db0652e9cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
<title>Reftest, bug 1156456</title>
<style>

body {
  background: #2a4;
}

div {
  width: 200px; height: 200px;
  background: #c37;
  opacity: 0.6;
  will-change: opacity;
}

</style>
<div></div>