layout/reftests/forms/progress/values-vertical-rtl-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

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

mercurial