layout/reftests/pagination/content-inserted-001.ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/pagination/content-inserted-001.ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 + <head>
     1.7 +  <title>Content Appended in Paginated Element</title>
     1.8 +
     1.9 +  <style type="text/css">
    1.10 +    body {
    1.11 +      font-size: 16px;
    1.12 +    }
    1.13 +
    1.14 +    #colset {
    1.15 +      height: 200px;
    1.16 +      width: 450px;
    1.17 +      -moz-column-width: 150px;
    1.18 +      -moz-column-gap: 0;
    1.19 +      border: 3px solid silver;
    1.20 +    }
    1.21 +
    1.22 +    #x {
    1.23 +      height: 500px;
    1.24 +    }
    1.25 +</style>
    1.26 +</head>
    1.27 +
    1.28 +<body>
    1.29 +
    1.30 +<div id="colset">
    1.31 +  <div id="x">This must be in the first column.</div>
    1.32 +</div>
    1.33 +
    1.34 +</body>
    1.35 +
    1.36 +</html>

mercurial