Mypal/layout/reftests/bugs/419285-1.html
2019-03-11 13:26:37 +03:00

13 lines
166 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
p::first-letter { font-size:200%; }
</style>
</head>
<body style="line-height:50px">
<p><br>Hello
<p>"<br>Hello
</body>
</html>