1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 07:57:52 +03:00
WeasyPrint/tests
Guillaume Ayoub 85e1ea1043 Don’t use "text-transform"ed text for content-based uses
This solution is far from perfect. What we could do is to have a getter/setter
for the "text" attribute of TextBox using the "original_text" attribute, so
that we’re sure that we change one when we change the other.

But… That would be much more complicated and much slower, only to solve corner
use cases.

Of course, an issue will be open soon, when someone finds one of these cases ;).

Fix #137.
2021-09-06 21:29:25 +02:00
..
draw Test absolute tables and remove dead code 2021-08-06 19:32:49 +02:00
layout Simplify API to get intrinsic size of images 2021-08-03 18:39:14 +02:00
resources Test CLI optimizations 2021-08-04 16:54:09 +02:00
__init__.py Packaging! 2020-12-06 20:19:59 +01:00
conftest.py Add an option to optimize fonts 2021-04-28 14:55:52 +02:00
test_acid2.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_api.py Merge branch '53.x' 2021-08-27 14:48:59 +02:00
test_boxes.py Handle full "display" property 2021-08-23 21:54:28 +02:00
test_counters.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_css_descriptors.py Packaging! 2020-12-06 20:19:59 +01:00
test_css_validation.py Fix and test line-clamp 2021-08-06 19:05:03 +02:00
test_css.py Handle full "display" property 2021-08-23 21:54:28 +02:00
test_float.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_fonts.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_pdf.py Don’t use "text-transform"ed text for content-based uses 2021-09-06 21:29:25 +02:00
test_presentational_hints.py Transform text-align into shorthand 2021-08-24 13:27:59 +02:00
test_stacking.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_target.py Packaging! 2020-12-06 20:19:59 +01:00
test_text.py Transform text-align into shorthand 2021-08-24 13:27:59 +02:00
test_unicode.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_variables.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
testing_utils.py Improve SVG support 2021-04-30 18:13:08 +02:00