1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-11 19:08:36 +00:00
Files
UXP/devtools/client/inspector/markup/test/doc_markup_toggle.html
T

29 lines
619 B
HTML

<!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>