Mercurial > hgrepos > Python2 > PyMuPDF
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/resources/test_open2.xhtml Mon Sep 15 11:37:51 2025 +0200 @@ -0,0 +1,17 @@ + +<?xml version="1.0"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<style> +body{background-color:gray} +div{background-color:white;margin:1em;padding:1em} +p{white-space:pre-wrap} +</style> +</head> +<body> +<div id="page0"> +<p>Some text</p> +</div> +</body> +</html>
