will-change-transform-zero-size-child-overflow-visible.html (397B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-will-change/#will-change"> 3 <link rel="match" href="will-change-transform-zero-size-child-overflow-visible-ref.html"> 4 <meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-2"> 5 <div style="will-change: transform"> 6 <div style="width: 0; height: 0; overflow: visible; white-space: nowrap">This should be visible</div> 7 </div>