Chromium Code Reviews
DescriptionMac Support for drag-and-drop tests that start dragging via mouse simulation.
This CL:
1. Adds Mac support for drag-and-drop tests that start dragging via
mouse simulation. This is done by changing how drag-start event
is intercepted, so that this is done in an Aura-agnostic way
(by adding a test hook to RenderWidgetHostImpl::OnStartDragging).
The new test hook give opportunity for more test verification
(i.e. verification of img.alt text) although verification of
drag start location is now only done via DOMDragEventVerifier
(before this CL it was also compared with location reported
via WaitUntilDragStart).
2. Moves the remainining Aura-specific functionality (for simulating
external drag entering a browser window) into
drag_and_drop_interactive_uitest_aura.cc (and disabling
DropTextFromOutside test on Mac).
BUG=647249
Patch Set 1 #Patch Set 2 : Rebasing... #Patch Set 3 : . #Messages
Total messages: 4 (4 generated)
|