diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-06-18 10:56:09 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-06-18 10:56:09 -0400 |
commit | 8d494ecf5f7cff5310ec6784bfdd36161dde0e2e (patch) | |
tree | 11329b743bae6c8c38cdea8f29b7abfe847bd339 /README | |
parent | e3136e56e08c5761669a6857244f8af59bcf4450 (diff) | |
download | wfs-8d494ecf5f7cff5310ec6784bfdd36161dde0e2e.tar.xz wfs-8d494ecf5f7cff5310ec6784bfdd36161dde0e2e.zip |
README: mention font- properties
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,12 +4,14 @@ Features: - written in Python, not Node - automatically compares before and after screenshots -- supports automatic parallelism +- automatic parallelism +- font-style/-weight support Anti-features: - uses Selenium instead of Puppeteer -- no JSDOM support, mainly because getComputedStyle is very buggy +- no JSDOM support, mainly because getComputedStyle is very buggy (missing + default styles, crashes) Non-features: |