#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) { … }
}