blob: 66c5c5e026b5af0643bfaede936eed8037716588 [file] [log] [blame]
<head>
<meta charset="UTF-8"></meta>
<script>
testRunner.dumpAsText();
</script>
</head>
<body>
<p id="hidden">This text should be visible.</p>
<p id="hidden1">This text should be visible.</p>
<p id="hidden2">This text should be visible.</p>
<p class="hidden3">This text should not be visible!!!</p>
<p class="hidden4">This text should not be visible!!!</p>
<p class="hidden3 hidden1">This text should not be visible!!!</p>
<p class="hidden2 hidden4">This text should not be visible!!!</p>
</body>