diff options
Diffstat (limited to 'testing/web-platform/tests/html/editing/dnd/platform/taskbarminimise.html')
-rw-r--r-- | testing/web-platform/tests/html/editing/dnd/platform/taskbarminimise.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html/editing/dnd/platform/taskbarminimise.html b/testing/web-platform/tests/html/editing/dnd/platform/taskbarminimise.html new file mode 100644 index 000000000..8531ad935 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/platform/taskbarminimise.html @@ -0,0 +1,12 @@ +<!doctype html> +<html> + <head> + <title>drag and drop - minimising using the taskbar</title> + </head> + <body> + + <p>This test is only relevant on platforms where dragging over the taskbar (or a specific button on it) will minimise all applications.</p> + <p>Select this text. Drag the selection downwards, over a blank part of the system taskbar (or a minimise-all button if provided by the system). Hold the drag until all applications have minimised, then drag upwards over the desktop. Pass if the drag placeholder is still visible.</p> + + </body> +</html>
\ No newline at end of file |