gtk/testsuite/css/parser/background-size.ref.css
2013-05-15 15:37:17 +02:00

52 lines
444 B
CSS

a {
background-size: cover;
}
b {
background-size: contain;
}
c {
background-size: auto;
}
d {
background-size: auto;
}
e {
background-size: auto 100%;
}
f {
background-size: 100%;
}
g {
background-size: 100%;
}
h {
background-size: auto 10px;
}
i {
background-size: 10px;
}
j {
background-size: 10px;
}
k {
background-size: 10px 100%;
}
l {
background-size: 100% 10px;
}
m {
background-size: 10px 10px;
}