layout/reftests/css-valuesandunits/unit-vh-vw-ref-iframe.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-ref-iframe.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<style>
     1.5 +  div {
     1.6 +    width: 10px;
     1.7 +    height: 10px;
     1.8 +    background-color: #d64203;
     1.9 +  }
    1.10 +</style>
    1.11 +
    1.12 +<body>
    1.13 +  <div style="width: 50px"></div>
    1.14 +  <div style="height: 50px"></div>
    1.15 +  <div style="width: 35px"></div>
    1.16 +  <div style="height: 50px"></div>
    1.17 +</body>

mercurial