summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/test-unexpected-text-noref.html
blob: ba2ecf9c55a8fba958f7e8f33d766b9735593ba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>
  </p>
</body>
</html>