// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/content_extraction/inner_text.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/public/mojom/content_extraction/inner_text.mojom.h" namespace content_extraction { CreateInnerTextResult; IsInnerTextFrameValid; TEST(InnerTextTest, IsInnerTextFrameValid) { … } TEST(InnerTextTest, CreateInnerTextResult) { … } } // namespace content_extraction