blob: 617a0ed621fa5a9df65f895ef6edd9811d414228 (
plain)
1
2
3
4
5
6
7
8
9
|
<!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 is the word "PASS" below.</p>
<div> </div>
<div>PASS</div>
</body>
|