summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/animate-layer-scale-inherit-2-ref.html
blob: 714f6f2224e0f09d99498ab9b43821482673234f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<title>Testcase, bug 1122526</title>
<style>

#outer, #inner {
  display: inline-block;
  background: white;
  color: black;
}
#inner {
  vertical-align: top;
  height: 100px;
  width: 100px;
  background: repeating-linear-gradient(to top left, yellow, blue 10px);
  opacity: 0.6;
  will-change: transform, opacity;
}

</style>

<div id="outer">
  <div id="inner">
  </div>
</div>