summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/text-align/reference/text-align-start-ref-016.html
blob: 3df6be4048a25f5cdbcc71eb4e7883723420b562 (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: start, 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 type='text/css'>
.ref1, .ref2 { border-left: 1px solid orange; border-right: 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: left; }
.ref2 { border-bottom: 1px solid orange; margin-bottom: 20px; text-align: right; }
</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>