Bug 949336 - TypeError: inspector.once(...) is undefined: highlightNode@browser_computedview_original_source_link.js:41; r=pbrosset

This commit is contained in:
Heather Arthur 2013-12-12 12:58:28 -08:00
parent 4fd613f1e0
commit 0318016b40
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ function highlightNode(aInspector, aComputedView)
is(inspector.selection.node, div, "selection matches the div element");
expandProperty(0, testComputedViewLink);
}).then(null, console.error);
});
}
function testComputedViewLink() {

View File

@ -66,7 +66,7 @@ function highlightNode()
inspector.once("inspector-updated", () => {
is(inspector.selection.node, div, "selection matches the div element");
testInlineStyle();
}).then(null, console.error);
});
}
function testInlineStyle()

View File

@ -48,7 +48,7 @@ function highlightNode()
inspector.once("inspector-updated", () => {
is(inspector.selection.node, div, "selection matches the div element");
testRuleViewLink();
}).then(null, console.error);
});
}
function testRuleViewLink() {