Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-align/text-align-last-end.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>text-align-last: end</title>
<meta charset="utf-8">
<link rel="match" href="text-align-last-end-ref.html">
<style>
p {
text-align-last: end;
}
</style>
</head>
<body>
<p>Lorem ipsum</p>
<p dir="rtl">אמר המחבר</p>
</body>
</html>