Re-enable test for bug 1301

The leak which prevented this test from being enabled no longer
occurs following the move to Oilpan GC some time ago.

Bug: pdfium:1301
Change-Id: I84482fed867703b95f26a7352083281883ba089a
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/94151
Reviewed-by: Nigi <nigi@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
diff --git a/xfa/fxfa/layout/cxfa_layoutitem_embeddertest.cpp b/xfa/fxfa/layout/cxfa_layoutitem_embeddertest.cpp
index a022c7d..3c9ae58 100644
--- a/xfa/fxfa/layout/cxfa_layoutitem_embeddertest.cpp
+++ b/xfa/fxfa/layout/cxfa_layoutitem_embeddertest.cpp
@@ -7,15 +7,6 @@
 
 class CXFALayoutItemEmbedderTest : public EmbedderTest {};
 
-#if defined(LEAK_SANITIZER)
-
-// Leaks. See https://crbug.com/pdfium/1301
-#define MAYBE_Bug_1301 DISABLED_Bug_1301
-
-#else
-#define MAYBE_Bug_1301 Bug_1301
-#endif
-
 TEST_F(CXFALayoutItemEmbedderTest, Bug_1265) {
   ASSERT_TRUE(OpenDocument("bug_1265.pdf"));
   FPDF_PAGE page0 = LoadPage(0);
@@ -25,7 +16,7 @@
   UnloadPage(page0);
 }
 
-TEST_F(CXFALayoutItemEmbedderTest, MAYBE_Bug_1301) {
+TEST_F(CXFALayoutItemEmbedderTest, Bug_1301) {
   ASSERT_TRUE(OpenDocument("bug_1301.pdf"));
   FPDF_PAGE page0 = LoadPage(0);
   FPDF_PAGE page1 = LoadPage(1);