These tests check various situations with inheritance and currentColor. In particular the caret-color test was not working correctly before we handled used values explicitly.
9 lines
110 B
CSS
9 lines
110 B
CSS
entry {
|
|
caret-color: color-mix(in srgb, currentcolor, yellow 40%);
|
|
color: blue;
|
|
}
|
|
|
|
text {
|
|
color: red;
|
|
}
|