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

<html>
  <body>
    <details open>
      <!-- Test the disclosure triangle is gone. -->
      <summary style="display: block;">Summary</summary>
      <p>This is the details.</p>
    </details>
  </body>
</html>