wpt / css / css-will-change / will-change-transform-zero-size-child-overflow-visible.html

Status: PASS | Duration: 6ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-will-change/will-change-transform-zero-size-child-overflow-visible.html

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