blob: 469fc934b3a432675fe3eaaa08858ab3153e6a32 [file] [log] [blame]
<!DOCTYPE html>
<meta charset='utf-8'>
<title>display: none;</title>
<style>
p {
display: none;
}
</style>
<p>This element is not visible.</p>