diff options
Diffstat (limited to 'layout/reftests/details-summary/summary-not-in-details.html')
-rw-r--r-- | layout/reftests/details-summary/summary-not-in-details.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/details-summary/summary-not-in-details.html b/layout/reftests/details-summary/summary-not-in-details.html new file mode 100644 index 0000000000..c0ff654f17 --- /dev/null +++ b/layout/reftests/details-summary/summary-not-in-details.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<!-- Any copyright is dedicated to the Public Domain. + - http://creativecommons.org/publicdomain/zero/1.0/ --> + +<html> + <body> + <!-- Render standalone summary as a normal block element. --> + <summary>Summary</summary> + </body> +</html> |