layout/reftests/native-theme/scroll-thumb-minimum-size-theme.html

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

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

mercurial