blob: 4bcdbbe626803cda1632f174d0665a7b61e6932d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
html {
-webkit-writing-mode: vertical-lr;
}
p {
font-size: 30px;
font-style: italic;
}
</style>
</head>
<body>
<script>
if (window.internals)
window.internals.invalidateFontCache();
</script>
<p style="color: white;">ABC丹羽 亮介</p>
<p>ABC羽</p>
</body>
</html>