// Copyright 2022 PDFium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#include "fxjs/xfa/cjx_object.h" | |
#include "testing/gtest/include/gtest/gtest.h" | |
#include "testing/xfa_js_embedder_test.h" | |
class CJX_ObjectEmbedderTest : public XFAJSEmbedderTest {}; | |
// Should not crash, but document is not valid. | |
TEST_F(CJX_ObjectEmbedderTest, BUG_1327884) { | |
ASSERT_FALSE(OpenDocument("bug_1327884.pdf")); | |
} |