summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/text-align/text-align-last-010-ref.html
blob: 2f26b42723d0e736ef8d01ddc72ec3cc5e69d088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text Test Reference File</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
  div {
    border: 1px solid blue;
    direction: rtl;
  }
</style>
<body>
  <p>Test passes if the line of "FillerText" below is aligned to the right, inside the blue box.</p>
  <div>FillerText FillerText FillerText FillerText FillerText</div>
</body>