layout/reftests/bugs/134706-3-right-scrollframe-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/134706-3-right-scrollframe-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     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:purple; width: 200px; height: 50px"></div>
    1.18 +</div>
    1.19 +
    1.20 +</body>
    1.21 +</html>

mercurial