Files
gtk/testsuite/css/style/currentcolor3.nodes
Matthias Clasen e4325e5b2b css: Add more currentcolor style tests
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.
2024-06-27 21:03:14 -04:00

14 lines
438 B
Plaintext

window.background:dir(ltr)
entry:dir(ltr)
color: rgb(0,0,255); /* currentcolor3.css:3:3-15 */
caret-color: color(srgb 0.4 0.4 0.6); /* currentcolor3.css:2:3-61 */
text:dir(ltr)
color: rgb(255,0,0); /* currentcolor3.css:7:3-14 */
caret-color: color(srgb 1 0.4 0);
undershoot.left:dir(ltr)
caret-color: color(srgb 1 0.4 0);
undershoot.right:dir(ltr)
caret-color: color(srgb 1 0.4 0);