From a0fef04cb0ca06eb811f93825043ea24e79c6e09 Mon Sep 17 00:00:00 2001 From: George Wright Date: Thu, 25 Jul 2013 17:20:45 -0400 Subject: [PATCH] Bug 902470 - Re-enable the advanced compositing tests on Android/Gonk r=mattwoodrow --- content/canvas/test/Makefile.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/canvas/test/Makefile.in b/content/canvas/test/Makefile.in index d8aad5d5cb12..3df57447e1fb 100644 --- a/content/canvas/test/Makefile.in +++ b/content/canvas/test/Makefile.in @@ -89,9 +89,6 @@ MOCHITEST_FILES = \ test_windingRuleUndefined.html \ $(NULL) -ifneq ($(MOZ_WIDGET_TOOLKIT), android) -ifneq ($(MOZ_WIDGET_TOOLKIT), gonk) - # SkiaGL on Android/Gonk does not implement these composite ops yet MOCHITEST_FILES += \ @@ -123,9 +120,6 @@ MOCHITEST_FILES += \ test_2d.composite.solid.soft-light.html \ $(NULL) -endif -endif - ifneq (1_Linux,$(MOZ_SUITE)_$(OS_ARCH)) # This test fails in Suite on Linux for some reason, disable it there MOCHITEST_FILES += test_2d.composite.uncovered.image.destination-atop.html