diff --git a/scripts/generate_test_epub.py b/scripts/generate_test_epub.py index 39d2dad3..6f8594d8 100644 --- a/scripts/generate_test_epub.py +++ b/scripts/generate_test_epub.py @@ -1007,37 +1007,6 @@ def main(): ) print("Creating layout regression test EPUB...") - layout_css = """ - -""" layout_chapters = [ ( @@ -1046,7 +1015,8 @@ p { margin-top: 0.7em; margin-bottom: 0.7em; } "Layout Regression Tests", """

This EPUB exercises recent parser edge cases around nested block styles and image wrappers.

-

Recommended settings: Embedded Style ON, Paragraph Alignment set to Book Style or Justify.

+

Recommended settings: Paragraph Alignment set to Book Style or Justify.

+

This regression EPUB uses inline style attributes rather than a head <style> block so it works even if chapter-local embedded CSS is not loaded.