summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/markup/test/doc_markup_search.html
blob: 08c047bcce2a6aeea28e88ec925cedc88cd351b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head></head>
<body>
  <ul>
    <li>
      <span>this is an <em>important</em> node</span>
    </li>
  </ul>
</body>
</html>