chromium/components/autofill/core/common/signatures_unittest.cc

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

#include "components/autofill/core/common/signatures.h"

#include "components/autofill/core/common/form_data.h"
#include "components/autofill/core/common/form_data_test_api.h"
#include "components/autofill/core/common/form_field_data.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace autofill {

TEST(SignaturesTest, StripDigits) {}

TEST(SignaturesTest, AlternativeFormSignatureLarge) {}

TEST(SignaturesTest, AlternativeFormSignatureSmallPath) {}

TEST(SignaturesTest, AlternativeFormSignatureSmallRef) {}

TEST(SignaturesTest, AlternativeFormSignatureSmallQuery) {}

}  // namespace autofill