layout/reftests/bugs/556661-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/556661-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<!doctype html>
     1.5 +<html><head><title>Dynamic manipulation of !important</title>
     1.6 +<style>
     1.7 +div { float: left; width: 50px; height: 50px; margin: 5px;
     1.8 +      background-color: green }
     1.9 +div#control { width: 230px }
    1.10 +p { clear: left }
    1.11 +</style>
    1.12 +<body>
    1.13 +<div></div>
    1.14 +<div></div>
    1.15 +<div></div>
    1.16 +<div></div>
    1.17 +<p></p>
    1.18 +<div></div>
    1.19 +<div></div>
    1.20 +<div></div>
    1.21 +<div></div>
    1.22 +<p></p>
    1.23 +<div id="control"></div>
    1.24 +<p>There should be two rows of four green squares and one solid green
    1.25 +   bar above.</p>
    1.26 +</body>
    1.27 +</html>

mercurial