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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     3  <head>
     4   <title>Content Appended in Pagination</title>
     6   <style type="text/css">
     7     body {
     8       font-size: 16px;
     9     }
    11     #colset {
    12       height: 200px;
    13       width: 450px;
    14       -moz-column-width: 150px;
    15       -moz-column-gap: 0;
    16       -moz-column-fill: auto;
    17       border: 3px solid silver;
    18     }
    20     #mark {
    21       border-bottom: 4px solid blue;
    22     }
    24     #shift {
    25       height: 201px;
    26       border-bottom: 4px solid blue;
    27     }
    28 </style>
    29 </head>
    31 <body>
    33 <div id="colset">
    34   <div id="x">
    35     <div id="shift"></div>
    36     <div id="mark">This must be in the second column between two 4px blue lines.</div>
    37   </div>
    38 </div>
    40 </body>
    42 </html>

mercurial