aboutsummaryrefslogtreecommitdiff
path: root/test/html/Makefile.am
blob: 467d812eede4ba546e49ecccb622c449c8577e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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