servo/tests/wpt/web-platform-tests/css/css-text-3/text-align/text-align-007-ref.html

14 lines
363 B
HTML

<!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 words "Filler Text" below are aligned to the right, inside the blue box.</p>
<div>Filler Text</div>
</body>