зеркало из https://github.com/mozilla/gecko-dev.git
Attempt to fix breakage from test for bug 460532.
This commit is contained in:
Родитель
143d266f0f
Коммит
88015e5c46
|
@ -43,6 +43,7 @@ function click_460532(){
|
|||
var content = document.getElementById('content');
|
||||
var rect = content.getBoundingClientRect();
|
||||
wu.sendMouseEvent('mousedown', rect.left+5, rect.top+5, 0, 1, 0);
|
||||
wu.sendMouseEvent('mouseup', rect.left+5, rect.top+5, 0, 1, 0);
|
||||
ok(true, "pass");
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче