blob: 2b68ebb477a6ac7285dbf34b820af8c53bb936f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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 <strong>no black stripe</strong>.</p>
<p>First test Passed</p>
<p>Second test Passed</p>
<p>Third test Passed</p>
<p>Fourth test Passed</p>
</body>
|