1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 07:57:52 +03:00
WeasyPrint/tests/layout
Guillaume Ayoub 6fb4c08e49 Fix top-margin of out-of-flow elements at the top of pages
We were already trying to get the correct top margin of the child, but we
didn’t include subtleties introduced by unforced page breaks. The logic is
still duplicated, it already was, but at least now the copy-paste is correctly
done.

Fix #1058.
2022-09-21 18:17:46 +02:00
..
__init__.py Clean docstrings in modules 2022-03-25 11:47:27 +01:00
test_block.py Update and fix URLs in comments and documentation 2022-06-28 15:59:06 +02:00
test_column.py Reset the bottom space even when we don’t fill the columns 2022-04-25 18:30:27 +02:00
test_flex.py Clean docstrings in modules 2022-03-25 11:47:27 +01:00
test_footnotes.py Correctly detect reported footnotes for repagination 2022-08-15 12:26:06 +02:00
test_image.py Test invalid images 2022-05-04 16:01:40 +02:00
test_inline_block.py Clean docstrings in modules 2022-03-25 11:47:27 +01:00
test_inline.py Update and fix URLs in comments and documentation 2022-06-28 15:59:06 +02:00
test_list.py Fix top-margin of out-of-flow elements at the top of pages 2022-09-21 18:17:46 +02:00
test_page.py Make test pass indenpently of default font size 2022-04-28 12:12:09 +02:00
test_position.py Update and fix URLs in comments and documentation 2022-06-28 15:59:06 +02:00
test_shrink_to_fit.py Clean docstrings in modules 2022-03-25 11:47:27 +01:00
test_table.py Update and fix URLs in comments and documentation 2022-06-28 15:59:06 +02:00