animate-layer-scale-inherit-2-ref.html (397B)
1 <!DOCTYPE HTML> 2 <title>Testcase, bug 1122526</title> 3 <style> 4 5 #outer, #inner { 6 display: inline-block; 7 background: white; 8 color: black; 9 } 10 #inner { 11 vertical-align: top; 12 height: 100px; 13 width: 100px; 14 background: repeating-linear-gradient(to top left, yellow, blue 10px); 15 opacity: 0.6; 16 will-change: transform, opacity; 17 } 18 19 </style> 20 21 <div id="outer"> 22 <div id="inner"> 23 </div> 24 </div>