[Skia] Enable a FPDFProgressiveRenderEmbedderTest.

FPDFProgressiveRenderEmbedderTest.RenderInkWithColorScheme had a TODO
that said it was failing when Skia is enabled, but the test case seems
to run just fine.

Bug: pdfium:1500
Change-Id: I44ab40c78899dc34f27c89427b505ed09d00dc50
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/93213
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Nigi <nigi@chromium.org>
diff --git a/core/fpdfapi/render/fpdf_progressive_render_embeddertest.cpp b/core/fpdfapi/render/fpdf_progressive_render_embeddertest.cpp
index a0639fb..b66c6bd 100644
--- a/core/fpdfapi/render/fpdf_progressive_render_embeddertest.cpp
+++ b/core/fpdfapi/render/fpdf_progressive_render_embeddertest.cpp
@@ -435,15 +435,7 @@
       kBlue, 612, 792, kMD5ContentWithHighlight);
 }
 
-// TODO(crbug.com/pdfium/1500): When Skia is enabled, the rendering result is
-// acceptable but the test fails due to assertion failure. Fix the assertion
-// failure for Skia and enable this test.
-#if defined(_SKIA_SUPPORT_)
-#define MAYBE_RenderInkWithColorScheme DISABLED_RenderInkWithColorScheme
-#else
-#define MAYBE_RenderInkWithColorScheme RenderInkWithColorScheme
-#endif
-TEST_F(FPDFProgressiveRenderEmbedderTest, MAYBE_RenderInkWithColorScheme) {
+TEST_F(FPDFProgressiveRenderEmbedderTest, RenderInkWithColorScheme) {
 // Test rendering of multiple ink with forced color scheme on.
 #if defined(_SKIA_SUPPORT_) || defined(_SKIA_SUPPORT_PATHS_)
   static constexpr char kContentWithInkChecksum[] =