Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>text-group-align: end</title>
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="match" href="text-group-align-end-vlr-ref.html">
<link rel="stylesheet" href="support/test-helpers.css">
<body>
<script src="support/test-helpers.js"></script>
<script>
for (let direction of ["ltr", "rtl"]) {
for (let textAlign of ["start", "end", "left", "right", "center"]) {
generateSimpleTest({ textGroupAlign: "end", writingMode: "vertical-lr", direction, textAlign });
}
document.body.append(document.createElement("br"));
}
</script>
</body>