gtk/testsuite/css/parser/border-infloop-3.12.css
Benjamin Otte 5f5d3a9d82 css: Don't infloop when parsing broken borders
There was an infinite loop when parsing invalid text after having parsed
a color in the border shorthand. See attached testcase for an example.
2014-07-31 10:03:18 +02:00

4 lines
35 B
CSS

* {
border-bottom: tomato dot;
}