blob: 8c705dd1bc2b9774a2022ad65d45d8c67ac8f0bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="print.css" rel="stylesheet">
</head>
<body>
<p>
<span>This text appears in both the testcase and non-reference case.</span>
<b>But this text ONLY appears in the testcase.</b>
</p>
</body>
</html>
|