layout/reftests/bugs/134706-4-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/134706-4-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,61 @@
     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 +</head>
    1.13 +<body>
    1.14 +
    1.15 +<div style="width: 300px; height: 20px; background: aqua"><tr><td>
    1.16 +  <div style="float:left; background:blue; width: 100px; height: 20px"></div>
    1.17 +  <div style="float:left; background:silver; width: 100px; height: 6px"></div>
    1.18 +  <div style="float:left; width: 150px; height: 10px; background: purple"></div>
    1.19 +</div>
    1.20 +
    1.21 +<div style="width: 300px; height: 20px; background: aqua"><tr><td>
    1.22 +  <div style="float:left; background:blue; width: 100px; height: 20px"></div>
    1.23 +  <div style="float:right; background:silver; width: 100px; height: 6px"></div>
    1.24 +  <div style="float:left; width: 150px; height: 10px; background: purple"></div>
    1.25 +</div>
    1.26 +
    1.27 +<div style="width: 300px; height: 20px; background: aqua"><tr><td>
    1.28 +  <div style="float:right; background:blue; width: 100px; height: 20px"></div>
    1.29 +  <div style="float:left; background:silver; width: 100px; height: 6px"></div>
    1.30 +  <div style="float:left; width: 150px; height: 10px; background: purple"></div>
    1.31 +</div>
    1.32 +
    1.33 +<div style="width: 300px; height: 20px; background: aqua"><tr><td>
    1.34 +  <div style="float:right; background:blue; width: 100px; height: 20px"></div>
    1.35 +  <div style="float:right; background:silver; width: 100px; height: 6px"></div>
    1.36 +  <div style="float:left; width: 150px; height: 10px; background: purple"></div>
    1.37 +</div>
    1.38 +
    1.39 +<div style="width: 300px; height: 20px; background: aqua"><tr><td>
    1.40 +  <div style="float:left; background:blue; width: 100px; height: 20px"></div>
    1.41 +  <div style="float:left; background:silver; width: 100px; height: 6px"></div>
    1.42 +  <div style="float:left; width: 100px; height: 10px; background: purple"></div>
    1.43 +</div>
    1.44 +
    1.45 +<div style="width: 300px; height: 20px; background: aqua"><tr><td>
    1.46 +  <div style="float:left; background:blue; width: 100px; height: 20px"></div>
    1.47 +  <div style="float:right; background:silver; width: 100px; height: 6px"></div>
    1.48 +  <div style="float:left; width: 100px; height: 10px; background: purple"></div>
    1.49 +</div>
    1.50 +
    1.51 +<div style="width: 300px; height: 20px; background: aqua"><tr><td>
    1.52 +  <div style="float:right; background:blue; width: 100px; height: 20px"></div>
    1.53 +  <div style="float:left; background:silver; width: 100px; height: 6px"></div>
    1.54 +  <div style="float:left; width: 100px; height: 10px; background: purple"></div>
    1.55 +</div>
    1.56 +
    1.57 +<div style="width: 300px; height: 20px; background: aqua"><tr><td>
    1.58 +  <div style="float:right; background:blue; width: 100px; height: 20px"></div>
    1.59 +  <div style="float:right; background:silver; width: 100px; height: 6px"></div>
    1.60 +  <div style="float:left; width: 100px; height: 10px; background: purple"></div>
    1.61 +</div>
    1.62 +
    1.63 +</body>
    1.64 +</html>

mercurial