summaryrefslogtreecommitdiffstats
path: root/layout/reftests/details-summary/summary-not-direct-child-ref.html
blob: 54cf25430c6f9545d4446724b87e08015d0eef2a (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><div>Summary</div></span>
      <p>This is the details.</p>
    </details>
  </body>
</html>