summaryrefslogtreecommitdiff
path: root/testsuite/reftests/center-center-200x200-picture-in-100x200.css
blob: cb3b17ba099d1194ba786f2bd13fd5e5b0b016db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* {
  all: unset;
  background-color: mintcream;
}

picture {
  background-color: firebrick;
}

#reference {
  background-image: image(lime);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px 200px;
}