blob: 8c54d696f681f53ce7654e89c67c3d295f415efd [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 class="hidden1">This text should not be visible!!! 1</p>
<p class="hidden2">This text should not be visible!!! 2</p>
<p class="hidden1 hidden2">This text should not be visible!!! 3</p>
<p id="hidden3">This text should be visible.</p>
</body>