w-negative-002.html (622B)
1 <!DOCTYPE HTML> 2 <title>CSS Test (Transforms): Transform and perspective with w negative</title> 3 <link rel="author" title="L. David Baron" href="https://dbaron.org/"> 4 <link rel="author" title="Google" href="http://www.google.com/"> 5 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1173218"> 6 <link rel="help" href="https://drafts.csswg.org/css-transforms-2/#processing-of-perspective-transformed-boxes"> 7 <meta name="assert" content="This should not crash."> 8 9 <style> 10 html, body { perspective: 9px } 11 body, div { transform: translateZ(14px) } 12 div { filter: hue-rotate(6deg) } 13 </style> 14 <div>x</div>