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