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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/563584-2-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<html class="reftest-print">
     1.5 +<head>
     1.6 +<title>Bug 563584, reftest-print version of original testcase, with anchor points</title>
     1.7 +<style type="text/css">
     1.8 +
     1.9 + div{
    1.10 +   border: 1px solid green; 
    1.11 + }
    1.12 +
    1.13 +
    1.14 + </style>
    1.15 +</head>
    1.16 +<body>
    1.17 +
    1.18 +
    1.19 +<div style="height: 0; margin-left: 2in; border: none; padding-left: 2px">c d e</div>
    1.20 +<div style="width:2in;">
    1.21 +    <div style="width:1in; height:2.5in;">A</div>
    1.22 +    <div style="width:1in; height:0.4in;">B</div>
    1.23 +</div>
    1.24 +
    1.25 +
    1.26 +<div style="width:3in; height: 0.4in">C</div>
    1.27 +
    1.28 +<div style="width:3in; height: 0.4in">D</div>

mercurial