Commit fad55e0b authored by oliver@apple.com's avatar oliver@apple.com

Modify test to only record the important mouse events

Reviewed by Geoff Garen.


git-svn-id: svn://svn.chromium.org/blink/trunk@42764 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3ec4a1f3
2009-04-22 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff Garen.
Modify test to only record the important mouse events
* fast/events/resources/mouse-drag-from-frame-target-subframe.html:
2009-04-22 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
......
<body onmousemove="parent.log('received mousemove')" onmouseup="parent.log('received mouseup')">
<body onmousemove="if (!this.moved){ this.moved = true; parent.log('received mousemove') }" onmouseup="parent.log('received mouseup')">
</body>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment