1
0
Fork 0
firefox/testing/web-platform/tests/css/css-overflow/scrollbar-large-scale-in-iframe.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
522 B
HTML

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