gtk/tests/css/parser
Benjamin Otte d3535ff6ce tests: Add tests for font-family
This readds the tests now that font-family works again. They were
previously removed when font-family support was backed out due to bugs.
2011-06-15 12:57:21 +02:00
..
boolean.css tests: Add test for booleans to CSS tests 2011-05-18 21:58:44 +02:00
boolean.errors css: Rewrite the parser 2011-05-18 22:17:55 +02:00
boolean.ref.css tests: Add test for booleans to CSS tests 2011-05-18 21:58:44 +02:00
border-radius.css tests: Add a test for border-radius handling 2011-06-02 02:03:52 +02:00
border-radius.errors tests: Add a test for border-radius handling 2011-06-02 02:03:52 +02:00
border-radius.ref.css tests: Add a test for border-radius handling 2011-06-02 02:03:52 +02:00
border.css tests: Add a test for border parsing 2011-05-18 21:58:45 +02:00
border.errors css: Rewrite the parser 2011-05-18 22:17:55 +02:00
border.ref.css tests: Add a test for border parsing 2011-05-18 21:58:45 +02:00
close-at-end-of-file.css tests: Add test for auto-closing at end of file 2011-05-18 21:58:43 +02:00
close-at-end-of-file.errors tests: (Try to) print the actual enum value in the errors file 2011-05-18 21:58:44 +02:00
close-at-end-of-file.ref.css tests: Add test for auto-closing at end of file 2011-05-18 21:58:43 +02:00
colors-errors.css tests: Add a CSS test for color parsing errors 2011-06-13 15:01:52 +02:00
colors-errors.errors tests: Add a CSS test for color parsing errors 2011-06-13 15:01:52 +02:00
colors-errors.ref.css tests: Add a CSS test for color parsing errors 2011-06-13 15:01:52 +02:00
colors-red.css tests: Add test that ensures we properly parse the color red 2011-05-18 22:17:55 +02:00
colors-red.ref.css tests: Add test that ensures we properly parse the color red 2011-05-18 22:17:55 +02:00
css-21-malformed-declarations.css tests: Add parsing test from the css spec 2011-05-18 22:17:55 +02:00
css-21-malformed-declarations.errors tests: Add parsing test from the css spec 2011-05-18 22:17:55 +02:00
css-21-malformed-declarations.ref.css tests: Add parsing test from the css spec 2011-05-18 22:17:55 +02:00
css-21-malformed-statements.css tests: Add another parsing test from the css spec 2011-05-18 22:17:55 +02:00
css-21-malformed-statements.errors tests: Add another parsing test from the css spec 2011-05-18 22:17:55 +02:00
css-21-malformed-statements.ref.css tests: Add another parsing test from the css spec 2011-05-18 22:17:55 +02:00
declarations.css tests: Add new test checking weird behavior for declarations 2011-05-18 21:58:44 +02:00
declarations.errors tests: Add new test checking weird behavior for declarations 2011-05-18 21:58:44 +02:00
declarations.ref.css tests: Add new test checking weird behavior for declarations 2011-05-18 21:58:44 +02:00
does-not-exist.css tests: Add missing CSS test 2011-05-19 03:16:03 +02:00
does-not-exist.errors css: Rewrite the parser 2011-05-18 22:17:55 +02:00
does-not-exist.ref.css tests: Add missing CSS test 2011-05-19 03:16:03 +02:00
enum.css tests: Add a test for enum values 2011-05-18 22:17:56 +02:00
enum.errors tests: Add a test for enum values 2011-05-18 22:17:56 +02:00
enum.ref.css tests: Add a test for enum values 2011-05-18 22:17:56 +02:00
font-family.css tests: Add tests for font-family 2011-06-15 12:57:21 +02:00
font-family.errors tests: Add tests for font-family 2011-06-15 12:57:21 +02:00
font-family.ref.css tests: Add tests for font-family 2011-06-15 12:57:21 +02:00
import-cyclic-1.css tests: Add tests for cyclic imports 2011-05-18 21:58:47 +02:00
import-cyclic-1.errors tests: Add tests for cyclic imports 2011-05-18 21:58:47 +02:00
import-cyclic-1.ref.css tests: Add tests for cyclic imports 2011-05-18 21:58:47 +02:00
import-cyclic-2.css tests: Add tests for cyclic imports 2011-05-18 21:58:47 +02:00
import-cyclic-2.errors tests: Add tests for cyclic imports 2011-05-18 21:58:47 +02:00
import-cyclic-2.ref.css tests: Add tests for cyclic imports 2011-05-18 21:58:47 +02:00
import-cyclic-3.css tests: Add tests for cyclic imports 2011-05-18 21:58:47 +02:00
import-cyclic-3.errors tests: Add tests for cyclic imports 2011-05-18 21:58:47 +02:00
import-cyclic-3.ref.css tests: Add tests for cyclic imports 2011-05-18 21:58:47 +02:00
import-nonexistant.css tests: Add a test for importing nonexistant files 2011-05-18 21:58:47 +02:00
import-nonexistant.errors tests: Add a test for importing nonexistant files 2011-05-18 21:58:47 +02:00
import-nonexistant.ref.css tests: Add a test for importing nonexistant files 2011-05-18 21:58:47 +02:00
import-recursive.css tests: Add test for recursively importing an identical file 2011-05-18 21:58:46 +02:00
import-recursive.errors tests: Add test for recursively importing an identical file 2011-05-18 21:58:46 +02:00
import-recursive.ref.css tests: Add test for recursively importing an identical file 2011-05-18 21:58:46 +02:00
integer.css tests: Add CSS integer parsing tests 2011-05-18 21:58:44 +02:00
integer.errors css: Rewrite the parser 2011-05-18 22:17:55 +02:00
integer.ref.css tests: Add CSS integer parsing tests 2011-05-18 21:58:44 +02:00
Makefile.am tests: Add tests for font-family 2011-06-15 12:57:21 +02:00
no-semicolon.css tests: Add CSS test checking that we don't need a semicolon 2011-05-18 21:58:43 +02:00
no-semicolon.ref.css tests: Add CSS test checking that we don't need a semicolon 2011-05-18 21:58:43 +02:00
pseudo-classes-unknown.css tests: Add a test to ensure we handle unknown pseudo-classes correctly 2011-05-18 22:17:56 +02:00
pseudo-classes-unknown.errors tests: Add a test to ensure we handle unknown pseudo-classes correctly 2011-05-18 22:17:56 +02:00
pseudo-classes-unknown.ref.css tests: Add a test to ensure we handle unknown pseudo-classes correctly 2011-05-18 22:17:56 +02:00
selector.css tests: Add a test for all selector combination 2011-05-18 22:17:56 +02:00
selector.errors tests: Add a test for all selector combination 2011-05-18 22:17:56 +02:00
selector.ref.css tests: Add a test for all selector combination 2011-05-18 22:17:56 +02:00
shorthand.css tests: Add parser test for shorthands 2011-05-22 05:56:11 +02:00
shorthand.ref.css tests: Add parser test for shorthands 2011-05-22 05:56:11 +02:00
simple.css tests: Add forgotten file 2011-05-21 22:48:52 +02:00
single-slash.css tests: Add CSS test for the last two bugs 2011-06-02 02:03:51 +02:00
single-slash.errors tests: Add CSS test for the last two bugs 2011-06-02 02:03:51 +02:00
single-slash.ref.css tests: Add CSS test for the last two bugs 2011-06-02 02:03:51 +02:00
test-css-parser.c tests: Be more verbose in error messages. 2011-05-18 22:17:55 +02:00
widget-style-property.css tests: Add simple CSS test for widget style properties 2011-05-23 15:56:09 +02:00