author | L. David Baron <dbaron@dbaron.org> |
Mon, 05 Apr 2010 22:22:30 -0700 | |
changeset 40469 | adfb531068b7054e07106ac5cdd6948d7517ca1b |
parent 40468 | e631eb6b00069c154d96a471373df9ac7bbcf89a |
child 40470 | 83491775950c1e69a5431ef07e5c70cc84e01bdb |
push id | 12620 |
push user | dbaron@mozilla.com |
push date | Tue, 06 Apr 2010 05:25:47 +0000 |
treeherder | mozilla-central@83491775950c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 556853 |
milestone | 1.9.3a4pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
|
--- a/widget/tests/native_mouse_mac_window.xul +++ b/widget/tests/native_mouse_mac_window.xul @@ -379,17 +379,17 @@ callback(); }); }, // Now the tooltip is visible. // Move the mouse a little to the right, but send the event to the tooltip's // widget, even though the mouse is not over the tooltip, because that's what // Mac OS X does. [411, 180, NSMouseMoved, tooltip, right, [ - { type: "mousemove", target: rightElem }, + { type: "mousemove", target: rightElem, todoShouldNotHaveFired: !!navigator.oscpu.match(/Mac OS X 10\.6$/) }, ]], // Move another pixel. This time send the event to the right widget. // However, that must not make a difference. [412, 180, NSMouseMoved, null, right, [ { type: "mousemove", target: rightElem }, ]], // Move up and click to make the tooltip go away. [412, 80, NSMouseMoved, null, right, [