gecko/layout/reftests/first-letter/329069-3.html
Karl Tomlinson 02957aea56 test for bug 614468, halfwidth Katakana sound mark grapheme break
--HG--
extra : transplant_source : 9%BD%FD%BC%89%CC%9D_gS%DC%E5%20%7Fd%B1%91s%5B%B2
2010-11-26 08:45:36 +13: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>