drag-out-of-background-window.html 1.0 KB

1234567891011121314151617181920212223242526
  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=15077">Bugzilla bug 15077</a> REGRESSION: Cannot drag selected text out of a background window</p>
  8. <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> <br>
  9. 1. Select the first line of text in this window.<br>
  10. 2. Switch to another application.<br>
  11. 3. With this window in the background, click and hold inside the selected text,
  12. then drag the text out of the window.
  13. </p>
  14. <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
  15. This window will not come to the foreground when you click, and you will be able to
  16. drag the selected text out.
  17. </p>
  18. <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
  19. As soon as you click in the selected text, this window will come to the foreground
  20. and you may not be able to drag the selected text.
  21. </p>
  22. </body>
  23. </html>