Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-will-change/will-change-transform-zero-size-child-overflow-visible.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>