Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-text
/
text-align
/
text-align-justify-bidi-control-ref.html
blob: c30c5a0178bfb95934fbb30c9c2b29ba3cfaae71 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html
lang
=
"ja"
>
<head>
<meta
charset
=
"utf-8"
>
<title>
text-align: justify for a bidi control + a CJK ideograph
</title>
<style>
p
{
text-align
:
justify
;
width
:
3.9em
;
}
</style>
</head>
<body>
<p>
東京都東京都東京都
</p>
</body>
</html>