Enable FPDFFormFillEmbedderTest.FormText since it no longer fails.

FPDFFormFillEmbedderTest.FormText was previously disabled due to a Skia
revision update. Re-enable this test now since it no longer fails.

Bug: pdfium:1500
Change-Id: I323d21983893aa704f1d9aa4216e06befa4fd013
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/77070
Reviewed-by: Daniel Hosseinian <dhoss@chromium.org>
Commit-Queue: Hui Yingst <nigi@chromium.org>
diff --git a/fpdfsdk/fpdf_formfill_embeddertest.cpp b/fpdfsdk/fpdf_formfill_embeddertest.cpp
index e4d2f62..73e04ee 100644
--- a/fpdfsdk/fpdf_formfill_embeddertest.cpp
+++ b/fpdfsdk/fpdf_formfill_embeddertest.cpp
@@ -1317,14 +1317,7 @@
 }
 #endif  // PDF_ENABLE_V8
 
-// TODO(crbug.com/pdfium/1500): Fix this test on Windows and enable.
-#if defined(OS_WIN) && \
-    (defined(_SKIA_SUPPORT_) || defined(_SKIA_SUPPORT_PATHS_))
-#define MAYBE_FormText DISABLED_FormText
-#else
-#define MAYBE_FormText FormText
-#endif
-TEST_F(FPDFFormFillEmbedderTest, MAYBE_FormText) {
+TEST_F(FPDFFormFillEmbedderTest, FormText) {
 #if defined(_SKIA_SUPPORT_) || defined(_SKIA_SUPPORT_PATHS_)
   const char kFocusedTextFormWithAbcChecksum[] =
       "42af2135e20deb09cbdbfb6418d86382";