zotero/test/tests/data/test-hidden.html
2022-06-21 01:39:07 -04:00

9 lines
152 B
HTML

<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<p>This is a test.</p>
<p style="display: none">This is hidden text.</p>
</body>
</html>