summaryrefslogtreecommitdiff
path: root/testsuite/reftests/center-center-150x150-picture-in-100x200.css
blob: adbc2cbedcf9b834243cfa454155c534667d09a1 (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: 150px 150px;
}