Pass key modifier state to webcore for touch events and update DRT so it can simulate them.

Change-Id: Ic5aa8cb0376f6a3eecaa6340d57f28fa97f016bd
This commit is contained in:
Ben Murdoch
2010-02-02 18:20:11 +00:00
parent c0784c749b
commit 8a032a3b29
5 changed files with 46 additions and 9 deletions

View File

@@ -716,6 +716,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
mCanOpenWindows = false;
mEventSender.resetMouse();
mEventSender.clearTouchPoints();
mEventSender.clearTouchMetaState();
mPageFinished = false;
mOneHundredPercentComplete = false;
mDumpWebKitData = false;