https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 735e768d0b6231997d95cf9ecc43a1fb3c1faafc authored by ffxbld on 13 December 2011, 01:58:11 UTC
Added tag FENNEC_9_0b6_BUILD1 for changeset 541d40f07d00. CLOSED TREE a=release
Tip revision: 735e768
420351-1-ref.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Testcase bug - List item marker takes up room now with list-style-type: none in strict mode</title>
<style>
div.li {
  border: 1px solid red;
}
div.inside {
  border: 1px solid black;
}
</style></head>
<body>

<ul><div class="li"><div class="inside">text</div></div></ul>
</body>
</html>
back to top