From 9803318b28b5a3ef29987a093c38c5132ada1138 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 1 Feb 2024 18:53:08 +0100 Subject: Add margin auto HTML render test --- test/html/Makefile.am | 2 ++ test/html/render/margin-auto.html | 16 ++++++++++++++++ test/html/render/margin-auto.ref.html | 16 ++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 test/html/render/margin-auto.html create mode 100644 test/html/render/margin-auto.ref.html diff --git a/test/html/Makefile.am b/test/html/Makefile.am index 43fa746a..bf01b117 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -9,6 +9,7 @@ TESTS = \ render/b-div.html \ render/float-img-justify.html \ render/img-aspect-ratio.html \ + render/margin-auto.html \ render/max-width-body.html \ render/max-width-div.html \ render/max-width-html.html \ @@ -24,5 +25,6 @@ TESTS = \ XFAIL_TESTS = \ render/float-img-justify.html \ render/img-aspect-ratio.html \ + render/margin-auto.html \ render/max-width-html.html \ render/min-width-html.html diff --git a/test/html/render/margin-auto.html b/test/html/render/margin-auto.html new file mode 100644 index 00000000..560234c0 --- /dev/null +++ b/test/html/render/margin-auto.html @@ -0,0 +1,16 @@ + + + + Test CSS margin auto + + + +
+
+
+ + diff --git a/test/html/render/margin-auto.ref.html b/test/html/render/margin-auto.ref.html new file mode 100644 index 00000000..ec7b973d --- /dev/null +++ b/test/html/render/margin-auto.ref.html @@ -0,0 +1,16 @@ + + + + Test CSS margin auto + + + +
+
+
+ + -- cgit v1.2.3