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

<html>
  <body>
    <details open>
      <summary style="display: none;">summary (display: none)</summary>
    </details>
  </body>
</html>