layout/reftests/bugs/417676-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/417676-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
     1.5 +<html class="reftest-print">
     1.6 +<title>Fixed Positioning Test</title>
     1.7 +<style type="text/css">
     1.8 +  html, body { margin: 0; padding: 0; }
     1.9 +</style>
    1.10 +
    1.11 +<div style="width: 3in; border: solid; font-size: 16px;">
    1.12 +This box must be repeated at this same position on the first, second, and third pages.
    1.13 +</div>
    1.14 +
    1.15 +<div style="page-break-before: always; width: 3in; border: solid; font-size: 16px;">
    1.16 +This box must be repeated at this same position on the first, second, and third pages.
    1.17 +</div>
    1.18 +
    1.19 +<div style="page-break-before: always; width: 3in; border: solid; font-size: 16px;">
    1.20 +This box must be repeated at this same position on the first, second, and third pages.
    1.21 +</div>

mercurial