Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>text-align-last: justify for &lt;br></title>
<link rel="help" href="https://crbug.com/331729346">
<link rel="match" href="text-align-last-justify-br-ref.html">
<style>
p {
text-align-last: justify;
}
</style>
</head>
<body>
<p>東京<br>京城</p>
</body>
</html>