Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ui/resize-child-will-change-transform.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS resize: child with will-change: transform</title>
<link rel="author" title="Xianzhu Wang" href="mailto:wangxianzhu@chromium.org">
<link rel="match" href="resize-child-will-change-transform-ref.html">
<div id="resize" style="width: 200px; height: 200px; overflow: auto; resize: both">
<div id="will-change" style="width: 100%; height: 100%; background: yellow; will-change: transform"></div>
</div>