scrolling-nestedframesets.html 983 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3. <html lang="en">
  4. <head>
  5. </head>
  6. <body>
  7. <p><b>BUG ID:</b> <a href="rdar://problem/4361048">4361048</a> Glendale Regression: Seed: scrolling with scrollwheel, trackpad doesn't work for nested framesets at gmail.com</p>
  8. <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
  9. <ol>
  10. <li>Place your mouse cursor over the leftmost frame below.</li>
  11. <li>Try to scroll the contents of the frame up and down my using your mouse's scrollwheel.</li>
  12. <li>Repeat for the other two frames.</li>
  13. </ol>
  14. </p>
  15. <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
  16. The contents of the frame each frame should scroll.</p>
  17. <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
  18. The contents of each frame do NOT scroll.
  19. </p>
  20. <iframe width="800" height="500" src="resources/nestedframesets.html">
  21. </body>
  22. </html>