summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/tubalmartin/cssmin/tests/fixtures/background-position.css
blob: cd841948d5fde6ec76c2f13bcf24900c34af40d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
a {background-position: 0 0 0 0;}
b {background-position: 0 0 0}
c {BACKGROUND-POSITION: 0 0;}
d {
    background-position: 0% 50%;
    background-position: 0% 0em;
    background-position: 0px 0rem;
    background-position: center top 0px;
    background-position: left 0em bottom 0px;
}