author | uta |
Thu, 24 Dec 2009 17:19:09 +0300 | |
changeset 4831 | 85d01a4fe115 |
child 21596 | 0e3a39f29dbc |
permissions | -rw-r--r-- |
4831
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
1 |
<html> |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
2 |
<!-- |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
3 |
@test |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
4 |
@bug 6242241 |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
5 |
@summary Tests basic DnD functionality in an applet |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
6 |
@author Your Name: Alexey Utkin area=dnd |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
7 |
@run applet/manual=yesno DnDFileGroupDescriptor.html |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
8 |
--> |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
9 |
<head> |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
10 |
<title> DnDToWordpadTest </title> |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
11 |
</head> |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
12 |
<body> |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
13 |
|
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
14 |
<h1>DnDFileGroupDescriptor<br>Bug ID: 6242241</h1> |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
15 |
|
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
16 |
<p> See the dialog box (usually in upper left corner) for instructions</p> |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
17 |
|
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
18 |
<APPLET CODE="DnDFileGroupDescriptor.class" WIDTH=200 HEIGHT=200></APPLET> |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
19 |
</body> |
85d01a4fe115
4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents:
diff
changeset
|
20 |
</html> |