gecko-dev/layout/reftests/printing/test-unexpected-text.html
Tobias Schneider ebc08714b9 Bug 1299848 - Add support for (real) print reftests. r=dholbert
--HG--
extra : rebase_source : 58c4a76114582ba5504035f399659820ff8f66a5
2017-09-06 09:54:29 -07:00

14 lines
277 B
HTML

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