https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 12d4eb1f39d4c802e8ec6e94eeef91d53548d643 authored by ffxbld on 30 August 2011, 16:23:22 UTC
Added tag FENNEC_7_0b3_BUILD1 for changeset 5c70e2cefba5. CLOSED TREE a=release
Tip revision: 12d4eb1
parent-style-1-ref.html
<!DOCTYPE html>
<html>
<head>
<style>

.a { overflow: scroll; }
.b, .c { overflow: inherit; }

</style>
</head>
<body>

<div class="a"><span class="b"><div class="c"></div></span></div>

</body>
</html>
back to top