summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/markup/test/doc_markup_toggle.html
blob: 521db100ca58e03b2745f736f53380fda8a4cc7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
  <title>Expanding and collapsing markup-view containers</title>
</head>
<body>
  <ul>
    <li>
      <span>list <em>item<!-- force expand --></em></span>
    </li>
    <li>
      <span>list <em>item<!-- force expand --></em></span>
    </li>
    <li>
      <span>list <em>item<!-- force expand --></em></span>
    </li>
    <li>
      <span>list <em>item<!-- force expand --></em></span>
    </li>
    <li>
      <span>list <em>item<!-- force expand --></em></span>
    </li>
    <li>
      <span>list <em>item<!-- force expand --></em></span>
    </li>
  </ul>
</body>
</html>