layout/reftests/printing/318022-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html><html class="reftest-print">
     2 <head>
     3 <style type="text/css" media="all">
     4 html{font-size:12pt}
     5 #a {float:left;}
     6 #b {clear:both;}
     7 #c {page-break-before:always;}
     8 </style>
     9 </head>
    10 <body>
    11 <div id="a">Line 1</div>
    12 <div id="b">Line 2</div>
    13 <div id="c">Line 3</div>
    14 </body>
    15 </html>

mercurial