| <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> |