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

<html>
  <body>
    <div id="details">
      <span>Summary
        <div>Block in summary</div>
      </span>
      <span>This is the details.</span>
    </div>
  </body>
</html>