From 393858b945c67cfc9cfc118565937b3dee1ffed6 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Fri, 15 Mar 2013 17:41:50 +1300 Subject: [PATCH] Bug 702504 - Make USE_WIDGET_LAYERS disabled a test failure. r=roc --- layout/tools/reftest/reftest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/tools/reftest/reftest.js b/layout/tools/reftest/reftest.js index 440ce5c13bd..d178803e180 100644 --- a/layout/tools/reftest/reftest.js +++ b/layout/tools/reftest/reftest.js @@ -1353,7 +1353,7 @@ function DoDrawWindow(ctx, x, y, w, h) } else { // Output a special warning because we need to be able to detect // this whenever it happens. - gDumpLog("REFTEST INFO | WARNING: USE_WIDGET_LAYERS disabled\n"); + gDumpLog("REFTEST TEST-UNEXPECTED-FAIL | WARNING: USE_WIDGET_LAYERS disabled\n"); } gDumpLog("REFTEST INFO | drawWindow flags = " + flagsStr + "; window size = " + gContainingWindow.innerWidth + "," + gContainingWindow.innerHeight +