tenfourfox/layout/reftests/first-letter/329069-3.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
160 B
HTML

<!DOCTYPE html>
<html lang="ja">
<head>
<style>
p:first-letter { color: red; }
</style>
</head>
<body>
<p>&#xFF84;&#xFF9E;&#xFF84;</p>
</body>
</html>