1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/pagination/float-clear-000-print.ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1.5 +<html class="reftest-print"> 1.6 +<style type="text/css"> 1.7 +html, body { 1.8 + margin: 0; 1.9 + padding: 0; 1.10 + height: 100%; 1.11 +} 1.12 + 1.13 +.container { 1.14 + border: 15px aqua; 1.15 + border-style: none solid; 1.16 + height: 5in; 1.17 +} 1.18 +.clear { 1.19 + border-bottom: solid orange; 1.20 + background: red; 1.21 +} 1.22 +</style> 1.23 + 1.24 +<div class="container"> 1.25 +</div> 1.26 +<div class="clear"> 1.27 +</div>