widget/reftests/meter-vertical-native-style.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/widget/reftests/meter-vertical-native-style.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +<html>
     1.5 +  <style>
     1.6 +    meter { -moz-orient: vertical; }
     1.7 +  </style>
     1.8 +  <body>
     1.9 +<!-- For some reasons, the ref has a small offset when there are spaces between meters.
    1.10 +     Given that we don't want to test -moz-transform and even a perfect match but just
    1.11 +     the general rendering, we are going to keep this dirty test.
    1.12 +     It's very similar to the non-vertical test with a difference, for the RTL: RTL
    1.13 +     does not apply for vertical meters. -->
    1.14 +<meter vaue=0></meter><meter min=0 low=0 high=10 optimum=10 max=10 value=10></meter><meter min=0 low=9 high=10 optimum=8 max=10 value=10></meter><meter min=0 low=8 high=9 optimum=0 max=10 value=10></meter><meter min=0 low=3 high=4 optimum=4 max=10 value=5></meter><meter min=0 low=9 high=10 optimum=10 max=10 value=5></meter><meter value=0.5 dir=rtl></meter>
    1.15 +  </body>
    1.16 +</html>

mercurial