Files
gtk/testsuite/gsk/nodeparser/color4.node
Matthias Clasen 71d6392572 nodeparser: Rewrite the color parsing
Use gtk_css_parser_consume_function, for better error handling.
We are now getting the expected error for

  color(srgb 1 2 3 4 5 6)

Test included.
2024-08-06 00:23:07 -04:00

4 lines
44 B
Plaintext

color {
color: color(srgb 1 2 3 4 5 6);
}