aboutsummaryrefslogtreecommitdiff
path: root/test/html/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/html/Makefile.am')
-rw-r--r--test/html/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/html/Makefile.am b/test/html/Makefile.am
new file mode 100644
index 00000000..467d812e
--- /dev/null
+++ b/test/html/Makefile.am
@@ -0,0 +1,18 @@
+AM_TESTS_ENVIRONMENT = env \
+ TOP_BUILDDIR='$(top_builddir)' \
+ TOP_SRCDIR='$(top_srcdir)' \
+ BUILDDIR='$(builddir)'
+
+LOG_COMPILER = $(srcdir)/driver.sh
+
+TESTS = \
+ render/float-img-justify.html \
+ render/img-aspect-ratio.html \
+ render/table-thead-tfoot.html \
+ render/white-space.html \
+ render/b-div.html
+
+# To be fixed
+XFAIL_TESTS = \
+ render/float-img-justify.html \
+ render/img-aspect-ratio.html