layout/reftests/bugs/369361-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/369361-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style type="text/css">
     1.8 +div {
     1.9 + float: right;
    1.10 + width: 250px;
    1.11 + text-align: right;
    1.12 +}
    1.13 +ul {
    1.14 + margin: 0; padding: 0;
    1.15 + list-style: none;
    1.16 +}
    1.17 +li {
    1.18 + margin: 0 270px 0 0;
    1.19 + padding: 0;
    1.20 + text-align: right;
    1.21 +}
    1.22 +</style>
    1.23 +</head>
    1.24 +<body>
    1.25 +<div>Floater.</div>
    1.26 +<ul>
    1.27 + <li>List item.</li>
    1.28 +</ul>
    1.29 +</body>
    1.30 +</html>

mercurial