chromium/third_party/blink/web_tests/external/wpt/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">
<div style="will-change: transform">
  <div style="width: 0; height: 0; overflow: visible; white-space: nowrap">This should be visible</div>
</div>