summaryrefslogtreecommitdiff
path: root/tests/test-output-refs
Commit message (Collapse)AuthorAgeFilesLines
* cr-tknzr: Handle signed unitsJasper St. Pierre2012-10-161-1/+3
| | | | | | Parse something like '-20px' correctly. https://bugzilla.gnome.org/show_bug.cgi?id=686239
* Remove redundant .cvsignore filesThomas Wood2009-02-091-2/+0
| | | | svn path=/trunk/; revision=322
* Synchronize with libcroco--mainline--0.6--patch-25.Dodji Seketeli2004-05-292-37/+65
| | | | | | 2004-05-29 Dodji Seketeli <dodji@gnome.org> Synchronize with libcroco--mainline--0.6--patch-25.
* Changes from arch/CVS synchronizationDodji Seketeli2004-04-181-0/+1
|
* Changes from arch/CVS synchronizationDodji Seketeli2004-04-185-0/+249
|
* ignore stuffThomas Vander Stichele2004-04-011-0/+2
|
* *** empty log message ***Dodji Seketeli2004-03-135-40/+20
|
* fixed silly bug in there. added the support of the "!important" keyword atDodji Seketeli2004-03-041-1/+1
| | | | | | | | | | | | | | | | | | 2004-03-05 Dodji Seketeli <dodji@gnome.org> * csslint/csslint.c: (parse_cmd_line) fixed silly bug in there. * src/cr-declaration.[ch],src/cr-om-parser.c, src/cr-parser.[ch],src/cr-statement.c,tests/test2-main.c, tests/test3-main.c: added the support of the "!important" keyword at the parsing level. * tests/test-inputs/test4.1.css: update nr tests to reflect the new !important thing. * src/cr-sel-eng.c: (put_css_properties_in_props_list): fix a small subtle bug in here. Selection engine is becoming more and more reliable ;).
* applied a patch from Kjartan Maraas to replace the g_strup()Dodji Seketeli2004-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | 2004-03-04 Dodji Seketeli <dodji@gnome.org> * src/cr-enc-handler.c: (cr_enc_handler_resolve_enc_alias): applied a patch from Kjartan Maraas to replace the g_strup() g_ascii_strup(). This closes * csslint/Makefile.am,src/cr-simple-sel.h,src/cr-term.h src/cr-token.h,tests/Makefile.am: Applied patch http://bugzilla.gnome.org/showattachment.cgi?attach_id=23422. Modified the patch a little bit so that I use prog_LDFLAGS instead of AM_LDFLAGS. AM_LDFLAGS just seems not to be supported by my automake-1.4. This fixes http://bugzilla.gnome.org/show_bug.cgi?id=131643 . * tests/test-output-refs/test4.2.css.out: updated this non regresstion test reference output due to a small modification in the @page rule dump format.
* applied a patch of Rob BUIS to add the support of the :lang() pseudo classDodji Seketeli2004-02-291-0/+11
| | | | | | | | | | | 2004-02-29 Dodji Seketeli <dodji@gnome.org> * src/cr-sel-eng.c: applied a patch of Rob BUIS to add the support of the :lang() pseudo class using the pluggable pseudo class system. * tests/test5-main.c,tests/test-inputs/test5.1.css,tests/test-output-refs/test5.1.css.out: Updated the non regression tests suite to test the :lang() pseudo class.
* updated this to reflect this big change removed this test as it does notDodji Seketeli2004-01-241-0/+0
| | | | | | | | 2004-01-24 Dodji Seketeli <dodji@gnome.org> * autogen.sh: updated this to reflect this big change * tests/test-output-refs/test7.out: removed this test as it does not belong to libcroco anymore.
* some light cosmetic changes. several fixes. Managed to make the pluggableDodji Seketeli2003-12-241-0/+21
| | | | | | | | | | | 2003-12-24 Dodji Seketeli <dodji@gnome.org> * src/parser/cr-additional-sel.h,src/parser/cr-pseudo.h, src/parser/cr-utils.h: some light cosmetic changes. * src/seleng/cr-sel-eng.c: several fixes. Managed to make the pluggable handler for pseudo class selectors evaluation work. Wrote a handler for the ":first-child" pseudo class selector. This class is now officially supported.
* added this function to factorise the evaluation of additional selectors.Dodji Seketeli2003-12-121-0/+5
| | | | | | | | | | 2003-12-12 Dodji Seketeli <dodji@gnome.org> * src/seleng/cr-sel-eng.c: (additional_selector_matches_node): added this function to factorise the evaluation of additional selectors. (sel_matches_node_real ): use additional_selector_matches_node(). This fixes a selector bug spotted by Stefan Seefeld.
* big cleanup here. make sure seleng, layeng and tests are disabled byDodji Seketeli2003-12-111-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | 2003-12-11 Dodji Seketeli <dodji@gnome.org> * Makefile.am: big cleanup here. * configure.in: make sure seleng, layeng and tests are disabled by default. Added makefiles in docs/ docs/example tests/ tests/test-inputs tests/test-output-refs * csslint/Makefile.am: cleaned this up. make sure to add seleng,layeng and glib compile flags whenever needed. * docs/Makefile.am,docs/examples/Makefile.am: new makefiles. * src/libcroco.h: removed references to cr-parser-input.h * src/layeng/Makefile.am: cleanup, make distcheck is happier. * src/parser/Makefile.am: cleanup, make distcheck is happier. * src/parser/cr-doc-handler.h: removed reference to cr-parser-input.h * src/parser/cr-layout-eng.h,src/parser/cr-parser-input.h: removed these. * src/parser/cr-parser.c: (cr_parser_new): fixed a typo here. * src/parser/cr-parser.h,src/parser/cr-tknzr.h: removed ref to cr-parser-input.h * src/seleng/Makefile.am: cleanup, make distcheck is happier. * tests/testctl: exclude makefiles when diffing outputs and re * outputs.
* updated this test reference output.Dodji Seketeli2003-06-291-0/+4
| | | | | | | | | | | | | | | | | 2003-06-30 Dodji Seketeli <dodji at seketeli dot org> * tests/test-output-refs/test4.1.css.out: updated this test reference output. * src/parser/cr-statement.c: fixed a typo that lead to a small regression detected by the non regression test suite. * tests/testctl: made sure no to consider the .cvsignore file during the final diff. * src/layeng/cr-box-view.[ch]: fixed some compiler warnings. Dodji.
* updated the reference output of the non regression tests.rel_0_1rel-0-2Dodji Seketeli2003-04-0410-14/+3
| | | | Dodji.
* added the non regression tests reference output file into cvs.Dodji Seketeli2003-04-0213-0/+4741
Dodji.