RetroZilla/layout/html/tests/block/bugs/148245.html

12 lines
151 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<style type="text/css">
p:first-letter { float: left; }
p:first-line { color: black; }
</style>
</head>
<body>
<p>Ly</p>
</body>
</html>