123456789101112131415 |
- <!DOCTYPE html>
- <html style="overflow: auto;">
- <head>
- <title>The Visibility of Everyday Things</title>
- </head>
- <body style="overflow: hidden;">
- <!-- When the test is run, the window is resized to less than 700 pixels high -->
- <p>This image is copyright Simon Stewart and donated to the Selenium project for use in its test suites.
- </p>
- <img src="beach.jpg" height="480" width="640" alt="a nice beach">
- <!-- So this is off screen -->
- <iframe width="100%" height="1000" name="resultsFrame" src="xhtmlTest.html"></iframe>
- </body>
- </html>
|