huge-length-tiny-scale.html (480B)
1 <!DOCTYPE html> 2 <title>Huge lengths with tiny scale</title> 3 <link rel="author" title="Xianzhu Wang" href="mailto:wangxianzhu@chromium.org"> 4 <link rel="help" href="https://crbug.com/1132991"> 5 <link rel="match" href="huge-length-tiny-scale-ref.html"> 6 <style> 7 body { 8 overflow: hidden; 9 } 10 div { 11 will-change: transform; 12 transform: scale(0.005); 13 transform-origin: 0 0; 14 width: 40000px; 15 height: 40000px; 16 background: green; 17 border: 2000px solid blue; 18 } 19 </style> 20 <div></div>