summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-width/distribute-percent-nonoriginating.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/table-width/distribute-percent-nonoriginating.html')
-rw-r--r--layout/reftests/table-width/distribute-percent-nonoriginating.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/table-width/distribute-percent-nonoriginating.html b/layout/reftests/table-width/distribute-percent-nonoriginating.html
new file mode 100644
index 0000000000..3fc918757f
--- /dev/null
+++ b/layout/reftests/table-width/distribute-percent-nonoriginating.html
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML>
+<title>Testcase, bug 810586</title>
+<table style="background: yellow" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2" width="100%">Text</td>
+ </tr>
+</table>