mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
bug 556853: Fix marking of perma-orange-on-10.6 per mstange's suggestion
This commit is contained in:
parent
8dbd0f9902
commit
b4b68c5a0a
@ -384,7 +384,7 @@
|
||||
// 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, todoShouldNotHaveFired: !!navigator.oscpu.match(/Mac OS X 10\.6$/) },
|
||||
{ type: "mousemove", target: rightElem, todoShouldHaveFired: !!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.
|
||||
|
Loading…
Reference in New Issue
Block a user