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_list_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
8
class
CJX_ListEmbedderTest
:
public
XFAJSEmbedderTest
{};
9
10
// Should not crash.
11
TEST_F
(
CJX_ListEmbedderTest
,
BUG_1263
) {
12
ASSERT_TRUE(OpenDocument(
"simple_xfa.pdf"
));
13
14
EXPECT_FALSE(Execute(
"nodes.insert($form,$)"
));
15
}
TEST_F
TEST_F(CJX_ListEmbedderTest, BUG_1263)
Definition
cjx_list_embeddertest.cpp:11
CJX_ListEmbedderTest
Definition
cjx_list_embeddertest.cpp:8
XFAJSEmbedderTest
Definition
xfa_js_embedder_test.h:19
qtwebengine
src
3rdparty
chromium
third_party
pdfium
fxjs
xfa
cjx_list_embeddertest.cpp
Generated on Wed Nov 13 2024 01:03:15 for Qt by
1.12.0