diff options
Diffstat (limited to 'layout/reftests/table-background/scrollable-rowgroup-collapse-background.html')
-rw-r--r-- | layout/reftests/table-background/scrollable-rowgroup-collapse-background.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/table-background/scrollable-rowgroup-collapse-background.html b/layout/reftests/table-background/scrollable-rowgroup-collapse-background.html new file mode 100644 index 0000000000..7800ae5951 --- /dev/null +++ b/layout/reftests/table-background/scrollable-rowgroup-collapse-background.html @@ -0,0 +1,6 @@ +<title>Testcase for assertion fix in bug 531461</title> +<table style="border-collapse:collapse"> + <tbody style="overflow:scroll; background:yellow"> + <tr><td>Cell</td></tr> + </tbody> +</table> |