11 lines
304 B
HTML
11 lines
304 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-4) below and no red visible on the page.</p>
|
|
<div>1</div>
|
|
<div>2</div>
|
|
<div>3</div>
|
|
<div>4</div>
|
|
</body>
|