content-visibility-animation-becomes-visible-ref.html (420B)
1 <!DOCTYPE html> 2 <html> 3 <title>Test that making a content-visibility: hidden subtree visible restarts animations in it</title> 4 <link rel="author" title="Rob Buis" href="mailto:rbuis@igalia.com"> 5 <link rel="help" href="https://drafts.csswg.org/css-contain-2/"> 6 7 <style> 8 #target { 9 position: relative; 10 background: green; 11 height: 100px; 12 width: 100px; 13 left: 100px; 14 } 15 </style> 16 <body> 17 <div id="target"</div> 18 </body>