preserve3d-scene-001.html (771B)
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 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1224066"> 6 <meta name="assert" content="This should not crash."> 7 <style> 8 9 .outer { 10 column-count:16384; 11 -webkit-mask-box-image: url('?') 10% 90% repeat; 12 } 13 14 .middle { 15 -webkit-transform-style:preserve-3d; 16 display:list-item; 17 } 18 19 table { 20 height:7.1px; 21 padding-right:4em; 22 transform:matrix3d(0,7.8,+9,+2,-3.6,3.4,6,8.8,9.5,7,7.3,5.3,6.4,3.7,8.3,8); 23 border-left: medium black solid; 24 } 25 26 tbody { 27 font:icon; 28 } 29 30 </style> 31 32 <div class="outer"><div class="middle"><table>