Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cjx_hostpseudomodel_embeddertest.cpp
Go to the documentation of this file.
1// Copyright 2019 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "testing/gtest/include/gtest/gtest.h"
6#include "testing/xfa_js_embedder_test.h"
7
9
10// Should not crash.
12 ASSERT_TRUE(OpenDocument("simple_xfa.pdf"));
13
14 EXPECT_TRUE(Execute("$host.openList(1)"));
15}
TEST_F(CJX_HostPseudoModelEmbedderTest, BUG_1256)