layout/reftests/bugs/420351-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/420351-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Testcase bug - List item marker takes up room now with list-style-type: none in strict mode</title>
     1.8 +<style>
     1.9 +div.li {
    1.10 +  border: 1px solid red;
    1.11 +}
    1.12 +div.inside {
    1.13 +  border: 1px solid black;
    1.14 +}
    1.15 +</style></head>
    1.16 +<body>
    1.17 +
    1.18 +<ul><div class="li"><div class="inside">text</div></div></ul>
    1.19 +</body>
    1.20 +</html>

mercurial