mirror of
https://github.com/servo/servo.git
synced 2025-07-13 02:13:40 +01:00
9 lines
270 B
HTML
9 lines
270 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reference</title>
|
|
<link rel="author" title="Intel" href="http://www.intel.com">
|
|
<body>
|
|
<p>Test passes if there are only numbers (1-2) below and no red visible on the page.</p>
|
|
<div>1</div>
|
|
<div>2</div>
|
|
</body>
|