1. 20 Feb, 2019 2 commits
    • Gertjan van Heertum's avatar
      Added test cases for lexer issue #399 · 326dae7c
      Gertjan van Heertum authored
      - added (base) test cases for the lexer issues and 2 test files. The d="" luckily seems to 
        behave as expected (did crash in earlier versions)
      - found the exact line in the CSS that failed (border with !important) and isolated the test
      - updated names of the tests and files
      - added a reference test for the non important line (which should always work).
      - fixed small spelling error in the css parser.
      - added trailing whitespace test for #399, which also crashes the lexer 
      326dae7c
    • mrbean-bremen's avatar
      Fixed intial font-size - now set to 1em · 50e5d1f7
      mrbean-bremen authored
      - added basic support for "medium", "small" etc. font-size values
      - fixes #419
      50e5d1f7
  2. 17 Feb, 2019 1 commit
  3. 16 Feb, 2019 1 commit
  4. 10 Feb, 2019 1 commit
  5. 04 Feb, 2019 1 commit
  6. 03 Feb, 2019 1 commit
  7. 27 Jan, 2019 4 commits
  8. 24 Jan, 2019 2 commits
  9. 21 Jan, 2019 1 commit
  10. 19 Jan, 2019 1 commit
  11. 15 Jan, 2019 1 commit
  12. 13 Jan, 2019 1 commit
  13. 06 Jan, 2019 1 commit
  14. 02 Jan, 2019 1 commit
  15. 01 Jan, 2019 1 commit
  16. 30 Dec, 2018 2 commits
  17. 29 Dec, 2018 1 commit
  18. 28 Dec, 2018 1 commit
  19. 25 Dec, 2018 1 commit
  20. 24 Dec, 2018 1 commit
  21. 22 Dec, 2018 1 commit
  22. 20 Dec, 2018 1 commit
  23. 19 Dec, 2018 1 commit
  24. 18 Dec, 2018 3 commits
  25. 17 Dec, 2018 1 commit
  26. 26 Mar, 2017 1 commit
  27. 25 Mar, 2017 1 commit
  28. 19 Mar, 2017 3 commits
  29. 10 Mar, 2017 1 commit
  30. 04 Mar, 2017 1 commit
    • mrbean-bremen's avatar
      * Allow relative paths for image URLs · 96184773
      mrbean-bremen authored
      - relative URL have not been loaded (example: masking-path-06-b.svg in test data)
      - Updated passing tests (note: not all changes are related to the current fix)
      96184773