gecko/layout/reftests/first-line/parent-style-1.html

18 lines
221 B
HTML
Raw Normal View History

2007-11-08 21:32:30 -08:00
<!DOCTYPE html>
<html>
<head>
<style>
.a:first-line { }
.a { overflow: scroll; }
.b, .c { overflow: inherit; }
</style>
</head>
<body>
<div class="a"><span class="b"><div class="c"></div></span></div>
</body>
</html>