Bug 716245 - Intermittent browser_inspector_highlighter.js. r=robcee

This commit is contained in:
Paul Rouget 2012-05-25 19:01:16 +02:00
parent f7b5784384
commit 0597a95f45

View File

@ -68,6 +68,8 @@ function runSelectionTests(subject)
is(subject.wrappedJSObject, InspectorUI,
"InspectorUI accessible in the observer");
InspectorUI.highlighter.veilContainer.setAttribute("disable-transitions", "true");
executeSoon(function() {
InspectorUI.highlighter.addListener("nodeselected", performTestComparisons);
EventUtils.synthesizeMouse(h1, 2, 2, {type: "mousemove"}, content);