1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 07:57:52 +03:00
WeasyPrint/tests/draw
aschmitz e7397c8b50 fix: support position: absolute in footnotes
Previously, this would throw an error because absolute_layout hadn't had
a chance to lay out the boxes. Now we do the block level layout for
footnotes *before* doing layout for absolute boxes (or fixed boxes) and
add any positioned boxes to positioned_boxes so they can be put onto the
page correctly.
2022-03-03 22:10:21 -06:00
..
svg Add a test about text rotation 2022-01-30 14:30:57 +01:00
__init__.py Save images in tests when there’s the wrong number of pages 2021-12-06 15:50:55 +01:00
test_absolute.py Split absolute boxes 2021-12-12 18:58:04 +01:00
test_background.py Fix background size of pages with a bleed margin 2021-09-18 18:37:37 +02:00
test_before_after.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_box.py Handle stacking contexts put in contexts by previous generations 2021-07-13 16:33:42 +02:00
test_column.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_current_color.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_float.py Split absolute boxes 2021-12-12 18:58:04 +01:00
test_footnotes.py fix: support position: absolute in footnotes 2022-03-03 22:10:21 -06:00
test_gradient.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_image.py Merge branch '53.x' 2021-09-07 22:27:21 +02:00
test_leader.py Don’t crash when leaders are in floats 2021-08-01 19:06:13 +02:00
test_list.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_opacity.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_overflow.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_table.py Update y position when table cells are broken 2021-12-20 21:03:58 +01:00
test_text.py Include non-printable characters width during rendering 2021-12-05 19:15:39 +01:00
test_transform.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_visibility.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00