summaryrefslogtreecommitdiffstats
path: root/layout/reftests/details-summary/summary-not-direct-child.html
blob: c12b0719e38bb70df9f592a99909dd5eb3004c95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
   - http://creativecommons.org/publicdomain/zero/1.0/ -->

<html>
  <body>
    <details open>
      <span><summary>Summary</summary></span>
      <p>This is the details.</p>
    </details>
  </body>
</html>