1
0
Fork 0
firefox/layout/reftests/printing/test-unexpected-text.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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