| <!DOCTYPE html> | |
| <title>CSS Test (Transforms): Transform and perspective with w negative</title> | |
| <link rel="author" title="L. David Baron" href="https://dbaron.org/"> | |
| <link rel="author" title="Google" href="http://www.google.com/"> | |
| <style> | |
| div { | |
| width: 100px; | |
| height: 100px; | |
| transform: rotateY(44deg); | |
| background: fuchsia; | |
| transform-origin: 100px 0; | |
| will-change: transform; | |
| } | |
| </style> | |
| <div></div> |