blob: 8cb53a56decdb0ca431360e071e8d1f4c4172cfc (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!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-3) below and no red visible on the page.</p>
<div>1</div>
<div>2</div>
<div>3</div>
</body>
|