mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
14 lines
406 B
HTML
14 lines
406 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 line of "FillerText" below is aligned to the right, inside the blue box.</p>
|
|
<div>FillerText FillerText FillerText FillerText FillerText</div>
|
|
</body>
|