Backed out changeset 855488862155 (bug 1302470)

--HG--
extra : rebase_source : cb6c74638531146478c090bec68b88726f8092e5
This commit is contained in:
Carsten "Tomcat" Book 2017-04-21 17:10:32 +02:00
parent e70333a23d
commit 23d4250821

View File

@ -30,8 +30,7 @@ add_task(function* () {
let promiseFind = waitForFind("onHighlightFinished");
finder.highlight(true, "content");
let findResult = yield promiseFind;
// Disable this check until Highlight All is fixed for iframe content.
//Assert.ok(findResult.found, "should find string");
Assert.ok(findResult.found, "should find string");
promiseFind = waitForFind("onHighlightFinished");
finder.highlight(true, "Bla");