https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 897eb77ccb2fd1aeb7733daafacd332d2d6391f7 authored by seabld on 13 October 2011, 01:15:06 UTC
Added tag SEAMONKEY_2_5b3_RELEASE for changeset FIREFOX_8_0b3_BUILD1. CLOSED TREE a=release
Tip revision: 897eb77
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