tenfourfox/layout/reftests/native-theme/scroll-thumb-minimum-size-theme.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
387 B
HTML

<!DOCTYPE html>
<div style="width: 200px; height: 200px; overflow: scroll;">
<div style="width: 1753px; height: 1753px"></div>
</div>
<!--
See scroll-thumb-minimum-size-notheme.html for the formula.
On XP/Vista at 96 dpi with theme enabled:
thumb_size = 17 (minimum size)
button_size = 17
scrollbar_thickness = 17
inner_div_size = (200 - 2 * 17 - 17) * (200 / 17) = 1753
-->