forked from AuroraMiddleware/gtk
5f5d3a9d82
There was an infinite loop when parsing invalid text after having parsed a color in the border shorthand. See attached testcase for an example.
4 lines
35 B
CSS
4 lines
35 B
CSS
* {
|
|
border-bottom: tomato dot;
|
|
}
|