tenfourfox/layout/reftests/first-line/403177-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

24 lines
342 B
HTML

<html>
<head>
<style>
.fl:first-line { color: #ff00ff; background: #ffccff; }
.flWithContent:first-line { }
</style>
</head>
<body onload="document.getElementById('inner').removeAttribute('class');">
<div id="outer" class="fl">
a
<div id="inner" style="float: left;" class="flWithContent">
b
</div>
c
</div>
</body>
</html>