layout/reftests/bugs/413840-background-unchanged-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/413840-background-unchanged-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
     1.5 +	"http://www.w3.org/TR/html4/strict.dtd">
     1.6 +<html lang="en-US">
     1.7 +<head>
     1.8 +	<title>Test case for list items flowing around floats</title>
     1.9 +	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1.10 +	<meta http-equiv="Content-Style-Type" content="text/css">
    1.11 +	<style type="text/css">
    1.12 +
    1.13 +	ul, ol, li { margin-top: 0; margin-bottom: 0; }
    1.14 +	li { height: 2em; background: aqua; color: black; }
    1.15 +
    1.16 +	</style>
    1.17 +</head>
    1.18 +<body>
    1.19 +
    1.20 +<div style="background: aqua; color: black; margin-left: 40px">
    1.21 +<div style="margin-left: -40px">
    1.22 +<div style="margin-left: 60px"><ol start="1"><li>one</li></ol></div>
    1.23 +<div style="margin-left: 60px"><ol start="2"><li>two</li></ol></div>
    1.24 +<ol start="3"><li>three</li></ol>
    1.25 +<ol start="4"><li>four</li></ol>
    1.26 +</div>
    1.27 +</div>
    1.28 +
    1.29 +<div style="background: aqua; color: black; margin-left: 40px">
    1.30 +<div style="margin-left: -40px">
    1.31 +<div style="margin-left: 60px"><ul><li>one</li></ul></div>
    1.32 +<div style="margin-left: 60px"><ul><li>two</li></ul></div>
    1.33 +<ul><li>three</li></ul>
    1.34 +<ul><li>four</li></ul>
    1.35 +</div>
    1.36 +</div>
    1.37 +
    1.38 +</body>
    1.39 +</html>

mercurial