summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/test/doc_inspector_menu.html
blob: 862a345794e45a42cd15bcaff980d40ee8616abc (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
29
<!DOCTYPE html>
<html>
  <head>
    <title>Inspector Tree Menu Test</title>
    <meta charset="utf-8">
  </head>
  <body>
    <div>
      <div id="paste-area">
        <h1>Inspector Tree Menu Test</h1>
        <p class="inner">Unset</p>
        <p class="adjacent">
          <span class="ref">3</span>
        </p>
      </div>
      <p data-id="copy">Paragraph for testing copy</p>
      <p id="sensitivity">Paragraph for sensitivity</p>
      <p class="duplicate">This will be duplicated</p>
      <p id="delete">This has to be deleted</p>
      <img id="copyimage" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQYV2P4DwABAQEAWk1v8QAAAABJRU5ErkJggg==" />
      <div id="hiddenElement" style="display: none;">
        <p id="nestedHiddenElement">Visible element nested inside a non-visible element</p>
      </div>
      <p id="console-var">Paragraph for testing console variables</p>
      <p id="console-var-multi">Paragraph for testing multiple console variables</p>
      <p id="attributes" data-edit="original" data-remove="thing">Attributes are going to be changed here</p>
    </div>
  </body>
</html>