https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d00534b0ad1d32cf7ed204a458eed53a5dcf5cc7 authored by Till Schneidereit on 23 April 2013, 11:58:24 UTC
Bug 851788 - prevent jsd_SetExecutionHook from operating on self-hosted functions. a=philor
Tip revision: d00534b
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