From 9929ac0a2a09daa5f4e98d0ed3f2f2e3a199cabd Mon Sep 17 00:00:00 2001 From: James Alley Date: Thu, 5 Feb 2015 16:50:49 -0800 Subject: [PATCH] adding a couple new test cases for tables invlolving row/colspans --- src/tables/tests/manual/tables.html | 68 +++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/src/tables/tests/manual/tables.html b/src/tables/tests/manual/tables.html index 54f4f36..4b3c394 100644 --- a/src/tables/tests/manual/tables.html +++ b/src/tables/tests/manual/tables.html @@ -6,6 +6,12 @@ + @@ -77,6 +83,68 @@ +

Bordered Table with rowspan

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#MakeModelYear
1HondaAccord2009
ToyotaCamry2012
HyundaiElantra2010
+ +

Bordered Table with colspan

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#MakeModelYear
1ToyotaCamry2012
2[ redacted ]
3HyundaiElantra2010
+

Table with Horizontal Borders