summaryrefslogtreecommitdiffstats
path: root/layout/reftests/native-theme/progress-overflow-ref.html
blob: 22b3dbeddc748954daa9e9d0f9831f4f12795efb (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <body>
    <div style="overflow: hidden; -moz-appearance: progressbar; width:180px; height:40px;">
      <div style="-moz-appearance: progresschunk; width:50%; height:100%;">
      </div>
    </div>
  </body>
</html>