layout/reftests/position-sticky/block-in-inline-continuations-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/position-sticky/block-in-inline-continuations-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!-- Any copyright is dedicated to the Public Domain.
     1.6 +   - http://creativecommons.org/publicdomain/zero/1.0/ -->
     1.7 +<html>
     1.8 +  <head>
     1.9 +    <title>CSS Test Reference: Sticky Positioning - continuations have no effect when resizing</title>
    1.10 +    <link rel="author" title="Abel Lin" href="mailto:alin@mozilla.com">
    1.11 +    <script>
    1.12 +    function run() {
    1.13 +      document.getElementById("toresize").width = "750px";
    1.14 +    }
    1.15 +    </script>
    1.16 +  </head>
    1.17 +  <body onload="run()">
    1.18 +    <iframe id="toresize" src="block-in-inline-continuations-ref-inner.html">
    1.19 +    </iframe>
    1.20 +  </body>
    1.21 +</html>

mercurial