comparison tests/resources/test_open2.xhtml @ 1:1d09e1dec1d9 upstream

ADD: PyMuPDF v1.26.4: the original sdist. It does not yet contain MuPDF. This normally will be downloaded when building PyMuPDF.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:37:51 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 1:1d09e1dec1d9
1
2 <?xml version="1.0"?>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <style>
7 body{background-color:gray}
8 div{background-color:white;margin:1em;padding:1em}
9 p{white-space:pre-wrap}
10 </style>
11 </head>
12 <body>
13 <div id="page0">
14 <p>Some text</p>
15 </div>
16 </body>
17 </html>