overflow-body.html 540 B

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