summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-background/table-col-span-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/table-background/table-col-span-1.html')
-rw-r--r--layout/reftests/table-background/table-col-span-1.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/table-background/table-col-span-1.html b/layout/reftests/table-background/table-col-span-1.html
new file mode 100644
index 0000000000..b7e98b3dec
--- /dev/null
+++ b/layout/reftests/table-background/table-col-span-1.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <table border>
+ <col span=2 style="background:purple"></col>
+ <col style="background:blue"></col>
+ <tr>
+ <td>x</td>
+ <td>y</td>
+ <td>z</td>
+ </tr>
+ </table>
+</body>
+</html>