summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/progress/values-vertical-ref.html
blob: 43b3f7e20c4c6fcc8bbb907cc758ef1d69e6ba1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
  <link rel='stylesheet' href='resource://reftest/progress.css'>
  <style>
    div:nth-child(1) > .progress-bar { position: relative; top: 0%; height: 100%; }
    div:nth-child(2) > .progress-bar { position: relative; top: 100%; height: 0%; }
    div:nth-child(3) > .progress-bar { position: relative; top: 90%; height: 10%; }
    div:nth-child(4) > .progress-bar { position: relative; top: 50%; height: 50%; }
    div:nth-child(5) > .progress-bar { position: relative; top: 100%; height: 0%; }
    div:nth-child(6) > .progress-bar { position: relative; top: 0%; height: 100%; }
    div:nth-child(7) > .progress-bar { position: relative; top: 58%; height: 42%; }
    div:nth-child(8) > .progress-bar { position: relative; top: 0%; height: 100%; }
    div:nth-child(9) > .progress-bar { position: relative; top: 0%; height: 100%; }
    div:nth-child(10) > .progress-bar { position: relative; top: 90%; height: 10%; }
  </style>
  <body>
    <div class="progress-element vertical">
      <div class="progress-bar">
      </div>
    </div>
    <div class="progress-element vertical">
      <div class="progress-bar">
      </div>
    </div>
    <div class="progress-element vertical">
      <div class="progress-bar">
      </div>
    </div>
    <div class="progress-element vertical">
      <div class="progress-bar">
      </div>
    </div>
    <div class="progress-element vertical">
      <div class="progress-bar">
      </div>
    </div>
    <div class="progress-element vertical">
      <div class="progress-bar">
      </div>
    </div>
    <div class="progress-element vertical">
      <div class="progress-bar">
      </div>
    </div>
    <div class="progress-element vertical">
      <div class="progress-bar">
      </div>
    </div>
    <div class="progress-element vertical">
      <div class="progress-bar">
      </div>
    </div>
    <div class="progress-element vertical">
      <div class="progress-bar">
      </div>
    </div>
  </body>
</html>