chromium/third_party/pdfium/fpdfsdk/fpdf_flatten_embeddertest.cpp

// Copyright 2016 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "build/build_config.h"
#include "core/fxge/cfx_defaultrenderdevice.h"
#include "public/fpdf_flatten.h"
#include "public/fpdfview.h"
#include "testing/embedder_test.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

HasSubstr;
Not;

namespace {

class FPDFFlattenEmbedderTest : public EmbedderTest {};

}  // namespace

TEST_F(FPDFFlattenEmbedderTest, FlatNothing) {}

TEST_F(FPDFFlattenEmbedderTest, FlatNormal) {}

TEST_F(FPDFFlattenEmbedderTest, FlatPrint) {}

TEST_F(FPDFFlattenEmbedderTest, FlatWithBadFont) {}

TEST_F(FPDFFlattenEmbedderTest, Bug861842) {}

TEST_F(FPDFFlattenEmbedderTest, Bug889099) {}

TEST_F(FPDFFlattenEmbedderTest, Bug890322) {}

TEST_F(FPDFFlattenEmbedderTest, Bug896366) {}