Skip to content

Commit

Permalink
Bug 506187; fix intermittent orange.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Griffin committed Aug 19, 2009
1 parent 0e3feb5 commit ddc0d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions widget/tests/window_wheeltransaction.xul
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ function initTestList()
{ func: testOneTimeScroll, delay: gEnoughForIgnoreMoveDelay,
offset: kPtInSubView1ForV,
isForward: true, isVertical: true, expectedView: gSubView1,
canFailRandomly: { possibleView: gRootView },
description: "Reset transaction by a mouse move event (v-9)" }
]
},
Expand Down Expand Up @@ -772,6 +773,7 @@ function initTestList()
{ func: testOneTimeScroll, delay: gEnoughForIgnoreMoveDelay,
offset: kPtInSubView1ForH,
isForward: true, isVertical: false, expectedView: gSubView1,
canFailRandomly: { possibleView: gRootView },
description: "Reset transaction by a mouse move event (h-9)" }
]
},
Expand Down

0 comments on commit ddc0d9a

Please sign in to comment.