summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-will-change/will-change-transform-zero-size-child-overflow-visible.html
blob: 38ddf5ec37fa9f750f17bca32c2986d2f675e00e (plain)
1
2
3
4
5
6
<!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>