Files
gtk/testsuite/css/parser/shadow-ordering.ref.css
Matthias Clasen 3b40d95581 css: Fix currentcolor serialization
According to css specs, the serialization is supposed to be
all lowercase.
2024-05-29 21:45:10 -04:00

44 lines
476 B
CSS

a {
box-shadow: 0 0 currentcolor;
}
b {
box-shadow: 0 0 currentcolor inset;
}
c {
box-shadow: 0 0 rgb(255,0,0) inset;
}
d {
box-shadow: 0 0 rgb(255,0,0);
}
e {
box-shadow: 0 0 rgb(255,0,0) inset;
}
f {
box-shadow: 0 0 currentcolor inset;
}
g {
box-shadow: 0 0 rgb(255,0,0) inset;
}
h {
box-shadow: 0 0 rgb(255,0,0) inset;
}
i {
box-shadow: 0 0 rgb(255,0,0);
}
j {
box-shadow: 0 0 rgb(255,0,0) inset;
}
k {
box-shadow: 0 0 rgb(255,0,0) inset;
}