summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/backplate-bg-image-014.html
blob: a3a8ea29fe8571199a22ca765c529cb4df2ffb2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="ahem.css" />
  <title>Text that overlaps a background image should be backplated with multiple layers.</title>
  <style>
    div {
      font: 20px Ahem;
      background-image: url("blue.png"), none;
    }
    </style>
</head>
<div>
  ppppp ppppp
</div>
</html>