mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
13 lines
342 B
HTML
13 lines
342 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;
|
|
}
|
|
</style>
|
|
<body>
|
|
<p>Test passes if the words "Filler Text" below are aligned to the left, inside the blue box.</p>
|
|
<div>Filler Text</div>
|
|
</body>
|