From ef1f98e30c2b6a96a6ba9e01dce875a4cf73d128 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Mon, 6 Jun 2016 06:29:24 +0900 Subject: [PATCH] Bug 1275718 - Part 1: Use ok instead of info in case of no OMTA since mochitest fails there is no checks. r=birtles MozReview-Commit-ID: 5ByJRbOSkDy --HG-- extra : rebase_source : 4a634a0623fdbe92e8b932df9f330cd1f2fc9128 --- .../style/test/file_transitions_replacement_on_busy_frame.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/style/test/file_transitions_replacement_on_busy_frame.html b/layout/style/test/file_transitions_replacement_on_busy_frame.html index e1a78f7f969a..d104bc47829b 100644 --- a/layout/style/test/file_transitions_replacement_on_busy_frame.html +++ b/layout/style/test/file_transitions_replacement_on_busy_frame.html @@ -36,7 +36,7 @@ var omtaEnabled = SpecialPowers.DOMWindowUtils.layerManagerRemote && opener.SpecialPowers.getBoolPref(OMTAPrefKey); window.addEventListener("load", function() { if (!omtaEnabled) { - info("Skipping the test since OMTA is disabled"); + ok(true, "Skipping the test since OMTA is disabled"); finish(); return; }