w-negative-003.html (651B)
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=1229117"> 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 button { 11 transform:translate3d(1866px, 1794px, 1359px) perspective(848px); 12 clip-path: ellipse(822px 405px); 13 } 14 </style> 15 <button autofocus='true'></button>