mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 873251 - [Metro] Part 2 of 2: Fix url bar selection test offset. a=test-only
This commit is contained in:
parent
a4c55b7685
commit
0b3c804b10
@ -54,7 +54,7 @@ gTests.push({
|
||||
let xpos = SelectionHelperUI.caretMark.xPos;
|
||||
let ypos = SelectionHelperUI.caretMark.yPos + 10;
|
||||
var touchdrag = new TouchDragAndHold();
|
||||
yield touchdrag.start(gWindow, xpos, ypos, 800, ypos);
|
||||
yield touchdrag.start(gWindow, xpos, ypos, 900, ypos);
|
||||
yield waitForCondition(function () {
|
||||
return getTrimmedSelection(edit).toString() ==
|
||||
"mochitests/content/metro/browser/metro/base/tests/mochitest/res/textblock01.html";
|
||||
|
Loading…
Reference in New Issue
Block a user