mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 13:19:57 +00:00
23 lines
667 B
HTML
23 lines
667 B
HTML
<!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 id="delete">This has to be deleted</p>
|
|
<img id="copyimage" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQYV2P4DwABAQEAWk1v8QAAAABJRU5ErkJggg==" />
|
|
</div>
|
|
</body>
|
|
</html>
|