https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d5eac06c5c6713c017d2cab4c2e2b4fda866ae75 authored by ffxbld on 13 March 2012, 01:04:46 UTC
Added FIREFOX_11_0_RELEASE FIREFOX_11_0_BUILD2 tag(s) for changeset b967d9c07377. DONTBUILD CLOSED TREE a=release
Tip revision: d5eac06
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