large-matrix-crash.html (433B)
1 <!DOCTYPE HTML> 2 <title>CSS Test (Transforms): Very large values in matrix3d()</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 <style> 6 html, body, div { 7 transform: matrix3d(1, 1, 1, 1, 72770296304691886506301192829784762776379253934637144527855766046737093, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1); 8 } 9 </style> 10 <div>This should not crash.</div>