layout/reftests/forms/progress/in-cells-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/forms/progress/in-cells-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +  <link rel='stylesheet' type='text/css' href='style.css'>
     1.7 +  <style>
     1.8 +    progress { width: 10em; height: 1em; }
     1.9 +    progress.vertical { -moz-orient: vertical; width: 1em; height: 10em; }
    1.10 +  </style>
    1.11 +  <body>
    1.12 +    <table>
    1.13 +      <tr>
    1.14 +        <td>foo</td>
    1.15 +        <td><progress value='0.5'></progress></td>
    1.16 +        <td>bar</td>
    1.17 +      </tr>
    1.18 +      <tr>
    1.19 +        <td>foo</td>
    1.20 +        <td><progress class='vertical' value='0.5'></progress></td>
    1.21 +        <td>bar</td>
    1.22 +      </tr>
    1.23 +    </table>
    1.24 +  </body>
    1.25 +</html>

mercurial