tenfourfox/devtools/client/markupview/test/doc_markup_toggle.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>