summaryrefslogtreecommitdiff
path: root/test/html/render/max-width-body.ref.html
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2023-12-25 01:25:15 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-01-08 22:16:29 +0100
commit787905a585ba2ccb80d80c1d52dbea716085ec6a (patch)
tree135e7caf0431fe7aa3fc0da4623b379f630b5925 /test/html/render/max-width-body.ref.html
parentdbdf01c83e4a0c04cd1ed517eee1ab985c35f909 (diff)
Add min-width and max-width CSS tests
Diffstat (limited to 'test/html/render/max-width-body.ref.html')
-rw-r--r--test/html/render/max-width-body.ref.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/html/render/max-width-body.ref.html b/test/html/render/max-width-body.ref.html
new file mode 100644
index 00000000..112981e6
--- /dev/null
+++ b/test/html/render/max-width-body.ref.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Test max-width in body</title>
+ <style>
+ body {margin: 20px; width: 400px}
+ </style>
+ </head>
+ <body>
+ <div>
+ <p>The licenses for most software and other practical works are
+ designed to take away your freedom to share and change the works.
+ By contrast, the GNU General Public License is intended to
+ guarantee your freedom to share and change all versions of a
+ program--to make sure it remains free software for all its users.
+ We, the Free Software Foundation, use the GNU General Public
+ License for most of our software; it applies also to any other
+ work released this way by its authors. You can apply it to your
+ programs, too.</p>
+ </div>
+ </body>
+</html>