summaryrefslogtreecommitdiff
path: root/test/html/Makefile.am
blob: 6a16eeb84173343aa3b7df537d255d0af3b06a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
AM_TESTS_ENVIRONMENT = env \
	TOP_BUILDDIR='$(top_builddir)' \
	TOP_SRCDIR='$(top_srcdir)' \
	BUILDDIR='$(builddir)'

LOG_COMPILER = $(srcdir)/driver.sh

TESTS = \
	render/b-div.html \
	render/float-img-justify.html \
	render/img-aspect-ratio.html \
	render/max-width-body.html \
	render/max-width-div.html \
	render/max-width-html.html \
	render/max-width-nested-div.html \
	render/min-width-body.html \
	render/min-width-div.html \
	render/min-width-html.html \
	render/min-width-nested-div.html \
	render/table-thead-tfoot.html \
	render/white-space.html

# To be fixed
XFAIL_TESTS = \
	render/float-img-justify.html \
	render/img-aspect-ratio.html