blob: 907a677076ed9585a8555f35ff25504afeab3e5c [file] [log] [blame] [edit]
<head>
<meta charset="UTF-8"></meta>
</head>
<body>
<p class="hidden_global1">This text should not be visible once the global css selector is applied.</p>
<p class="hidden_global2">This text should not be visible once the global css selector is applied.</p>
<p class="hidden">This text should not be visible once the particular css selector is applied.</p>
<p class="hidden_Ž">This text should not be visible once the particular css selector with non-ascii characters is applied.</p>
<p class="hiDDen">This text should not be visible once the particular css selector is applied.</p>
<p class="HiDDeN">This text should not be visible once the particular css selector is applied.</p>
<div><p class="hidden_has_test_matching_everything">This text should not be visible once the global css selector with :has is applied.</p></div>
<div><p class="hidden_has_test_not_matching_everything">This text should not be visible once the particular css selector with :has is applied.</p></div>
<p class="not_hidden">This text should be visible.</p>
</body>