diff options
Diffstat (limited to 'layout/reftests/details-summary/open-summary-table-cell-style-ref.html')
-rw-r--r-- | layout/reftests/details-summary/open-summary-table-cell-style-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/details-summary/open-summary-table-cell-style-ref.html b/layout/reftests/details-summary/open-summary-table-cell-style-ref.html new file mode 100644 index 0000000000..634bfec1df --- /dev/null +++ b/layout/reftests/details-summary/open-summary-table-cell-style-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<!-- Any copyright is dedicated to the Public Domain. + - http://creativecommons.org/publicdomain/zero/1.0/ --> + +<html> + <body> + <div> + <span style="display: table-cell;">Summary + <div>Block in summary</div> + </span> + <p>This is the details.</p> + </div> + </body> +</html> |