mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
add a comment explaining why that testing code is commented out
This commit is contained in:
parent
33c02b380f
commit
c3710ed5e2
@ -48,7 +48,11 @@ function doTests() {
|
||||
|
||||
function iconClick(aIcon) {
|
||||
is(icons.selectedPanel, aIcon, aIcon.className + " icon must be displayed in order to be clickable");
|
||||
|
||||
//XXX synthesizeMouse worked on Linux but failed on Windows an Mac
|
||||
// for unknown reasons. Manually dispatch the event for now.
|
||||
//synthesizeMouse(aIcon, 0, 0, {});
|
||||
|
||||
var event = document.createEvent("MouseEvent");
|
||||
event.initMouseEvent("click", true, true, window, 1,
|
||||
0, 0, 0, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user