diff options
Diffstat (limited to 'layout/tables/crashtests/576890-2.html')
-rw-r--r-- | layout/tables/crashtests/576890-2.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/tables/crashtests/576890-2.html b/layout/tables/crashtests/576890-2.html new file mode 100644 index 000000000..5ffea0d2f --- /dev/null +++ b/layout/tables/crashtests/576890-2.html @@ -0,0 +1,8 @@ +<html class="reftest-print"> +<head> +</head> +<body style=" -moz-column-count: 2;"> +<b style="display: table-footer-group; page-break-before: always;">footer</b> +<span style="display: table-header-group;">header</span> +</body> +</html> |