chromium/third_party/blink/renderer/core/html/html_anchor_element_test.cc

// 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/renderer/core/html/html_anchor_element.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
#include "third_party/blink/renderer/platform/wtf/text/atomic_string.h"

namespace blink {
namespace {

HTMLAnchorElementTest;

TEST_F(HTMLAnchorElementTest, UnchangedHrefDoesNotInvalidateStyle) {}

// This tests whether `rel=privacy-policy` is properly counted.
TEST_F(HTMLAnchorElementTest, PrivacyPolicyCounter) {}

// This tests whether `rel=terms-of-service` is properly counted.
TEST_F(HTMLAnchorElementTest, TermsOfServiceCounter) {}

}  // namespace
}  // namespace blink