// Copyright 2019 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/css_uri_value.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/renderer/platform/weborigin/kurl.h" #include "third_party/blink/renderer/platform/wtf/text/text_encoding.h" namespace blink { namespace { TEST(CSSURIValueTest, ComputedCSSValue) { … } TEST(CSSURIValueTest, AlreadyComputedCSSValue) { … } TEST(CSSURIValueTest, LocalComputedCSSValue) { … } TEST(CSSURIValueTest, EmptyComputedCSSValue) { … } } // namespace } // namespace blink