summaryrefslogtreecommitdiffstats
path: root/layout/tables/reftests/1220621-2-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/tables/reftests/1220621-2-ref.html')
-rw-r--r--layout/tables/reftests/1220621-2-ref.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/tables/reftests/1220621-2-ref.html b/layout/tables/reftests/1220621-2-ref.html
new file mode 100644
index 0000000000..b6a02820b2
--- /dev/null
+++ b/layout/tables/reftests/1220621-2-ref.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<style>
+ table {
+ table-layout: fixed;
+ border: 1px solid black;
+ width: 300px;
+ }
+ td {
+ background: yellow;
+ border: 1px solid purple;
+ }
+</style>
+<table>
+ <colgroup>
+ <col>
+ <col>
+ </colgroup>
+ <tbody>
+ <td>One</td>
+ </tbody>
+</table>