background-image-change-in-page-cache.html 991 B

123456789101112131415161718192021222324252627282930
  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="http://bugs.webkit.org/show_bug.cgi?id=12773">12773</a> REGRESSION (r19490): Crash on ipx-server.de</p>
  8. <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
  9. Click the link below.
  10. </p>
  11. <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
  12. A SUCCESS message will appear at the bottom of the page and Safari will not crash.
  13. </p>
  14. <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
  15. Safari will crash or the SUCCESS message will not appear.
  16. </p>
  17. <div style="background-image: url(resources/3dolph.gif); height: 2px; width: 2px;">
  18. </div>
  19. <a href="?clicked">Click here</a>
  20. <div id="result"></div>
  21. <script>
  22. if (location.href.match("clicked$"))
  23. document.getElementById("result").innerText = "SUCCESS";
  24. </script>
  25. </body>
  26. </html>