summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-line/parent-style-1-ref.html
blob: 01b7bf4e7f191d1beadd5bfaadf298d98903fac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>