animate-opacity-ref.html (219B)
1 <!DOCTYPE HTML> 2 <html> 3 <title>Reftest, bug 1156456</title> 4 <style> 5 6 body { 7 background: #2a4; 8 } 9 10 div { 11 width: 200px; height: 200px; 12 background: #c37; 13 opacity: 0.6; 14 will-change: opacity; 15 } 16 17 </style> 18 <div></div>