summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/test-missing-text-noref.html
blob: 364ac7fabe07c4e550b846a8f14fed3e2dcb01f4 (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 non-reference.</b>
  </p>
</body>
</html>