|
<!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>
|