1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/134706-2-right-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 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: 100px; background: aqua"> 1.16 + <div style="float:right; background:blue; width: 100px; height: 100px"></div> 1.17 + <div style="float:left; background:yellow; width: 200px; height: 100px"> 1.18 + <div style="background:purple; width: 150px; height: 100px"></div> 1.19 + </div> 1.20 +</div> 1.21 + 1.22 +</body> 1.23 +</html>