зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
508 B
HTML
16 строки
508 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
|
|
</head>
|
|
<body lang="ja">
|
|
|
|
<p>あ<br>「い」<br>う</p>
|
|
<p>あ<br>『い』<br>う</p>
|
|
<p>あ<br>「い。」<br>う</p>
|
|
<p>あ<br>『い。』<br>う</p>
|
|
<p>あ<br>「『い。』」<br>う</p>
|
|
<p>「あ<br>い」</p>
|
|
|
|
</body>
|
|
</html>
|