scrollbar-large-scale-in-iframe.html (522B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://crbug.com/377948403"> 3 <link rel="match" href="scrollbar-large-scale-in-iframe-ref.html"> 4 <iframe style="position: absolute; top: 100px; left: 100px; 5 border: none; width: 100px; height: 100px" 6 srcdoc=" 7 <select multiple style='transform: scale(500, 10)'> 8 <optgroup style='height: 1000px'></optgroup> 9 </select>"> 10 </iframe> 11 <div style="position: absolute; top: 100px; left: 100px; 12 width: 100px; height: 100px; background: green"></div>