Learning_GTK4_tree/testsuite/css/parser/background-origin.css

28 lines
295 B
CSS

a {
background-origin: initial;
}
b {
background-origin: inherit;
}
c {
background-origin: unset;
}
d {
background-origin: border-box;
}
e {
background-origin: padding-box;
}
f {
background-origin: content-box;
}
g {
background-origin: border-box, border-box, content-box;
}