1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/134706-6c-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,63 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 1.5 +<html lang="en-US"> 1.6 +<head> 1.7 + <title>CSS 2.1 Test Suite: Test for flow around floats (reference)</title> 1.8 + <link rel="author" title="L. David Baron" href="http://dbaron.org/" /> 1.9 + <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" /> 1.10 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.11 + <meta http-equiv="Content-Style-Type" content="text/css"> 1.12 + <style type="text/css"> 1.13 + 1.14 + body { font-size: 16px; } 1.15 + 1.16 + table { margin: 0; border-spacing: 0; } 1.17 + caption, td, th { padding: 0; vertical-align: top; text-align: left; } 1.18 + 1.19 + .capref { background: yellow; } 1.20 + .tabref { background: purple; } 1.21 + 1.22 + </style> 1.23 +</head> 1.24 +<body> 1.25 + 1.26 +<table width="300" style="background: aqua"><tr><td> 1.27 + <div style="float:left; clear:left; background:blue; width:150px; height:1px"></div> 1.28 + <div style="float:left; clear:left; background:blue; width:145px; height:1px"></div> 1.29 + <div style="float:left; clear:left; background:blue; width:140px; height:1px"></div> 1.30 + <div style="float:left; clear:left; background:blue; width:135px; height:1px"></div> 1.31 + <div style="float:left; clear:left; background:blue; width:130px; height:1px"></div> 1.32 + <div style="float:left; clear:left; background:blue; width:125px; height:1px"></div> 1.33 + <div style="float:left; clear:left; background:blue; width:120px; height:1px"></div> 1.34 + <div style="float:left; clear:left; background:blue; width:115px; height:1px"></div> 1.35 + <div style="float:left; clear:left; background:blue; width:110px; height:1px"></div> 1.36 + <div style="float:left; clear:left; background:blue; width:105px; height:1px"></div> 1.37 + 1.38 + <div style="float: right; width: 192px; height: 30px; margin-right: 3px;" 1.39 + ><div class="tabref" style="display: inline-block; vertical-align: top; height: 30px; width: 102px;">Cell</div 1.40 + ><div class="capref" style="display: inline-block; vertical-align: top; height: 30px; width: 90px;">Caption</div 1.41 + ></div> 1.42 + 1.43 + <div style="float:left; clear:left; background:blue; width:100px; height:1px"></div> 1.44 + <div style="float:left; clear:left; background:blue; width:95px; height:1px"></div> 1.45 + <div style="float:left; clear:left; background:blue; width:90px; height:1px"></div> 1.46 + <div style="float:left; clear:left; background:blue; width:85px; height:1px"></div> 1.47 + <div style="float:left; clear:left; background:blue; width:80px; height:1px"></div> 1.48 + <div style="float:left; clear:left; background:blue; width:75px; height:1px"></div> 1.49 + <div style="float:left; clear:left; background:blue; width:70px; height:1px"></div> 1.50 + <div style="float:left; clear:left; background:blue; width:65px; height:1px"></div> 1.51 + <div style="float:left; clear:left; background:blue; width:60px; height:1px"></div> 1.52 + <div style="float:left; clear:left; background:blue; width:55px; height:1px"></div> 1.53 + <div style="float:left; clear:left; background:blue; width:50px; height:1px"></div> 1.54 + <div style="float:left; clear:left; background:blue; width:45px; height:1px"></div> 1.55 + <div style="float:left; clear:left; background:blue; width:40px; height:1px"></div> 1.56 + <div style="float:left; clear:left; background:blue; width:35px; height:1px"></div> 1.57 + <div style="float:left; clear:left; background:blue; width:30px; height:1px"></div> 1.58 + <div style="float:left; clear:left; background:blue; width:25px; height:1px"></div> 1.59 + <div style="float:left; clear:left; background:blue; width:20px; height:1px"></div> 1.60 + <div style="float:left; clear:left; background:blue; width:15px; height:1px"></div> 1.61 + <div style="float:left; clear:left; background:blue; width:10px; height:1px"></div> 1.62 + <div style="float:left; clear:left; background:blue; width:5px; height:1px"></div> 1.63 +</td></tr></table> 1.64 + 1.65 +</body> 1.66 +</html>