layout/reftests/forms/meter/default-style/default-style-dyn-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

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) > .meter-sub-optimum { width: 10%; }
michael@0 6 div:nth-child(2) > .meter-sub-sub-optimum { width: 10%; }
michael@0 7 div:nth-child(3) > .meter-sub-optimum { width: 40%; }
michael@0 8 div:nth-child(4) > .meter-optimum { width: 10%; }
michael@0 9 div:nth-child(5) > .meter-optimum { width: 0%; }
michael@0 10 div:nth-child(6) > .meter-sub-optimum { width: 20%; }
michael@0 11 </style>
michael@0 12 <body>
michael@0 13 <div class="meter-element">
michael@0 14 <div class="meter-sub-optimum">
michael@0 15 </div>
michael@0 16 </div>
michael@0 17 <div class="meter-element">
michael@0 18 <div class="meter-sub-sub-optimum">
michael@0 19 </div>
michael@0 20 </div>
michael@0 21 <div class="meter-element">
michael@0 22 <div class="meter-sub-optimum">
michael@0 23 </div>
michael@0 24 </div>
michael@0 25 <div class="meter-element">
michael@0 26 <div class="meter-optimum">
michael@0 27 </div>
michael@0 28 </div>
michael@0 29 <div class="meter-element">
michael@0 30 <div class="meter-optimum">
michael@0 31 </div>
michael@0 32 </div>
michael@0 33 <div class="meter-element">
michael@0 34 <div class="meter-sub-optimum">
michael@0 35 </div>
michael@0 36 </div>
michael@0 37 </body>
michael@0 38 </html>

mercurial