1
0
Fork 0
firefox/testing/web-platform/tests/css/css-text/text-align/text-align-last-justify-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

20 lines
353 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>text-align-last: justify</title>
<meta charset="utf-8">
<style>
span.left {
position: relative;
float: left;
}
span.right {
position: relative;
float: right;
}
</style>
</head>
<body>
<p><span class="left">Lorem</span><span class="right">ipsum</span></p>
</body>
</html>