summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/text-align/reference/text-align-end-ref-016.html
blob: f571c9e3d328eac31e0ff52acbe927a6d8de0ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>text-align: end, pre, dir=auto</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
.ref1, .ref2 { border-inline: 1px solid orange; margin-left: 20px; margin-right: 20px; width: 300px; color: orange; font: 25px/1 Ahem; }
.ref1 { border-top: 1px solid orange; margin-top: 20px; text-align: right; }
.ref2 { border-bottom: 1px solid orange; margin-bottom: 20px; text-align: left; }
</style>
</head>
<body>
<div id='instructions'>Test passes if shading in both orange boxes is identical.</div>
<div class="ref1">REF</div>
<div class="ref2">ERE</div>
<div class="ref1">REF</div>
<div class="ref2">ERE</div>
</body>
</html>