summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/background-size-body-cover-ref.html
blob: 3dfe4ea6b7d0767eb698cbb650bef577eabf05b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
  <title>background-size: cover; on body reference</title>
  <style type="text/css">
body
{
  background-image: url(aqua-32x32.png);
}
  </style>
</head>
<body>
</body>
</html>