context-menu-during-drag-selection.html 604 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <p>Simple manual behavior test for the interaction between selection drags,
  5. context menu invocation, and actual dragging. In order to test, simply start
  6. selecting a span of text by clicking and dragging. During text selection, no
  7. drag should start. While selecting text, press and hold the right mouse button
  8. to invoke the context menu, then release the right mouse button over a context
  9. menu entry like "Copy". After this, if you keep moving the mouse around, no drag
  10. of the selected text should start, even though the left mouse button is still
  11. held down.
  12. </body>
  13. </html>