From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../editing/dnd/platform/selection-between-ui.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 testing/web-platform/tests/html/editing/dnd/platform/selection-between-ui.html (limited to 'testing/web-platform/tests/html/editing/dnd/platform/selection-between-ui.html') diff --git a/testing/web-platform/tests/html/editing/dnd/platform/selection-between-ui.html b/testing/web-platform/tests/html/editing/dnd/platform/selection-between-ui.html new file mode 100644 index 000000000..a0e94f65b --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/platform/selection-between-ui.html @@ -0,0 +1,20 @@ + + + + Dragging text from UI widgets to each other + + + +
    +
  1. Select some text in the address bar.
  2. +
  3. Drag the selection to another text input in the UI, and release it.
  4. +
  5. Pass if:
      +
    1. A visible representation of the selected text appears to be dragged.
    2. +
    3. The mouse cursor shows that the drop will be allowed over the input.
    4. +
    5. The selected text appears in the input.
    6. +
  6. +
  7. Repeat the test with other UI text inputs as drag source/destination.
  8. +
+ + + \ No newline at end of file -- cgit v1.2.3