layout/reftests/bugs/563584-4-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <html class="reftest-print">
     2 <head>
     3 <title>Bug 563584, variant split over three pages, with anchor points</title>
     4 <style type="text/css">
     6  div{
     7    border: 1px solid green; 
     8  }
    11  </style>
    12 </head>
    13 <body>
    16 <div style="height: 0; margin-left: 2in; border: none; padding-left: 2px">c d e</div>
    17 <div style="width:2in;">
    18     <div style="width:1in; height:3.5in;">A</div>
    19     <div style="width:1in; height:0.5in;">B</div>
    20 </div>
    22 <div style="width:3in; height: 0.5in">C</div>
    24 <div style="width:3in; height: 0.5in">D</div>

mercurial