Enable FPDFEditEmbedderTest.AddMarkCompressedStream for Skia/SkiaPaths.

This CL enables FPDFEditEmbedderTest.AddMarkCompressedStream since it
now passes for Skia/SkiaPaths.

Bug: pdfium:1500
Change-Id: I4e021b9677017ce7e37b349455ce6e0f5e79d915
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/72014
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Hui Yingst <nigi@chromium.org>
diff --git a/fpdfsdk/fpdf_edit_embeddertest.cpp b/fpdfsdk/fpdf_edit_embeddertest.cpp
index dbf71e9..dde85a5 100644
--- a/fpdfsdk/fpdf_edit_embeddertest.cpp
+++ b/fpdfsdk/fpdf_edit_embeddertest.cpp
@@ -2847,13 +2847,7 @@
   CloseSavedDocument();
 }
 
-// TODO(crbug.com/pdfium/11): Fix this test and enable.
-#if defined(_SKIA_SUPPORT_) || defined(_SKIA_SUPPORT_PATHS_)
-#define MAYBE_AddMarkCompressedStream DISABLED_AddMarkCompressedStream
-#else
-#define MAYBE_AddMarkCompressedStream AddMarkCompressedStream
-#endif
-TEST_F(FPDFEditEmbedderTest, MAYBE_AddMarkCompressedStream) {
+TEST_F(FPDFEditEmbedderTest, AddMarkCompressedStream) {
   // Load document with some text in a compressed stream.
   ASSERT_TRUE(OpenDocument("hello_world_compressed_stream.pdf"));
   FPDF_PAGE page = LoadPage(0);