summaryrefslogtreecommitdiff
path: root/test/html/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/html/Makefile.am')
-rw-r--r--test/html/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/html/Makefile.am b/test/html/Makefile.am
index df18c242..b0568365 100644
--- a/test/html/Makefile.am
+++ b/test/html/Makefile.am
@@ -19,6 +19,7 @@ TESTS = \
render/min-width-html.html \
render/min-width-nested-div.html \
render/span-padding.html \
+ render/table-td-width-percent.html \
render/table-thead-tfoot.html \
render/white-space.html
@@ -29,4 +30,5 @@ XFAIL_TESTS = \
render/margin-auto.html \
render/max-width-html.html \
render/min-width-html.html \
- render/span-padding.html
+ render/span-padding.html \
+ render/table-td-width-percent.html