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