// 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 "third_party/blink/public/common/interest_group/ad_display_size.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h" namespace blink { namespace { const GURL kUrl1("https://origin1.test/url1"); const GURL kUrl2("https://origin1.test/url2"); } // namespace TEST(AdSizeTest, OperatorCompare) { … } TEST(AdDescriptorTest, Constructor) { … } TEST(AdDescriptorTest, OperatorCompare) { … } } // namespace blink