chromium/third_party/blink/renderer/core/css/threaded/filter_operation_resolver_threaded_test.cc

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

#include "third_party/blink/renderer/core/css/resolver/filter_operation_resolver.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/parser/css_parser.h"
#include "third_party/blink/renderer/core/css/parser/css_parser_context.h"
#include "third_party/blink/renderer/core/css/threaded/multi_threaded_test_util.h"
#include "third_party/blink/renderer/core/execution_context/security_context.h"
#include "third_party/blink/renderer/core/style/filter_operation.h"
#include "third_party/blink/renderer/platform/fonts/font.h"
#include "third_party/blink/renderer/platform/fonts/font_description.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"

namespace blink {

TSAN_TEST(FilterOperationResolverThreadedTest, SimpleMatrixFilter) {}

TSAN_TEST(FilterOperationResolverThreadedTest, SimpleTransferFilter) {}

TSAN_TEST(FilterOperationResolverThreadedTest, SimpleBlurFilter) {}

TSAN_TEST(FilterOperationResolverThreadedTest, SimpleDropShadow) {}

TSAN_TEST(FilterOperationResolverThreadedTest, CompoundFilter) {}

}  // namespace blink