Unreviewed; Windows buildbot update failure fix.

* ../ManualTests/data-transfer-items-file-dragout.html: Removed the notion of test:lorem-text.html.
* ../ManualTests/resources/test:lorem-text.html: Removed as this doesn't work on Windows.


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105509 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ManualTests/data-transfer-items-file-dragout.html b/ManualTests/data-transfer-items-file-dragout.html
index b76d25a..5e36fcf 100644
--- a/ManualTests/data-transfer-items-file-dragout.html
+++ b/ManualTests/data-transfer-items-file-dragout.html
@@ -5,14 +5,14 @@
 
 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> <br>
 1. Open the <a href="resources">$(WebKitRoot)/ManualTests/resources</a> folder in your native file browser.<br>
-2. Drag and drop the file 'test:lorem-text.html' into the 'Drop files here' area below.<br>
+2. Drag and drop a file into the 'Drop files here' area below.<br>
 3. Drag out <a href="#" id="dragout" draggable="true">this link</a> out of the browser window into a different folder in the native file browser).
 </p>
 
 <div id="destination" style="min-height:100px; margin: 5px; border: solid 1px black">Drop files here </div>
 
 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
-The same file you dropped in the step 2 should be dragged out to the folder in the step 3.  The file should have the same content and the same file name (i.e. 'test:lorem-text.html', make sure the prefix 'test:' is not dropped) as the dropped file.  (NOTE: this does not work for multiple files yet.)
+The same file you dropped in the step 2 should be dragged out to the folder in the step 3.  The file should have the same content and the same file name as the dropped file.  (NOTE: this does not work for multiple files yet.)
 </p>
 
 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>