w-negative-001.html (663B)
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=455874"> 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 * { 11 transform: perspective(142176px); 12 mix-blend-mode: darken; 13 transform-origin: left center 537763.2px; 14 } 15 </style> 16 <hr size="1425"></hr> 17 <button autofocus></button>