Bug 938598 - Update selection monocle position offset to make tests more accurate and cut down on random failures. r=mbrubeck

This commit is contained in:
Jim Mathies 2013-11-17 06:12:52 -06:00
parent 8149be9640
commit c91981f129
8 changed files with 2 additions and 8 deletions

View File

@ -8,7 +8,7 @@
let gWindow = null;
var gFrame = null;
const kMarkerOffsetY = 12;
const kMarkerOffsetY = 6;
const kCommonWaitMs = 5000;
const kCommonPollMs = 100;

View File

@ -6,7 +6,6 @@
"use strict";
let gWindow = null;
const kMarkerOffsetY = 12;
const kCommonWaitMs = 5000;
const kCommonPollMs = 100;

View File

@ -8,7 +8,7 @@
let gWindow = null;
var gFrame = null;
const kMarkerOffsetY = 12;
const kMarkerOffsetY = 6;
const kCommonWaitMs = 5000;
const kCommonPollMs = 100;

View File

@ -9,7 +9,6 @@ let gWindow = null;
var gFrame = null;
var gInput = null;
const kMarkerOffsetY = 12;
const kCommonWaitMs = 5000;
const kCommonPollMs = 100;

View File

@ -9,7 +9,6 @@ let gWindow = null;
var gFrame = null;
var gTextArea = null;
const kMarkerOffsetY = 12;
const kCommonWaitMs = 5000;
const kCommonPollMs = 100;

View File

@ -8,7 +8,6 @@
let gWindow = null;
var gInput = null;
const kMarkerOffsetY = 12;
const kCommonWaitMs = 7000;
const kCommonPollMs = 200;

View File

@ -8,7 +8,6 @@
let gWindow = null;
var gFrame = null;
const kMarkerOffsetY = 12;
const kCommonWaitMs = 5000;
const kCommonPollMs = 100;

View File

@ -8,7 +8,6 @@
let gWindow = null;
var gFrame = null;
const kMarkerOffsetY = 12;
const kCommonWaitMs = 5000;
const kCommonPollMs = 100;