1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/417676.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 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 + 1.8 +<div style="position: fixed; left: 0; top: 0; width: 3in; border: solid; font-size: 16px;"> 1.9 +This box must be repeated at this same position on the first, second, and third pages. 1.10 +</div> 1.11 + 1.12 +<p style="width: 0; height: 5in;"> 1.13 \ No newline at end of file