test: update snapshots

This commit is contained in:
unix
2020-04-26 22:33:15 +08:00
parent 2ce0b33d64
commit a0aa11ef1d
4 changed files with 182 additions and 14 deletions

View File

@@ -44,6 +44,13 @@ exports[`Textarea should render correctly 1`] = `
.disabled > textarea {
cursor: not-allowed;
}
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
</style></div>"
`;
@@ -91,6 +98,13 @@ exports[`Textarea should work with different styles 1`] = `
.disabled > textarea {
cursor: not-allowed;
}
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
</style></div><div class=\\"wrapper \\"><textarea></textarea><style>
.wrapper {
display: inline-flex;
@@ -134,6 +148,13 @@ exports[`Textarea should work with different styles 1`] = `
.disabled > textarea {
cursor: not-allowed;
}
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
</style></div><div class=\\"wrapper \\"><textarea></textarea><style>
.wrapper {
display: inline-flex;
@@ -177,5 +198,12 @@ exports[`Textarea should work with different styles 1`] = `
.disabled > textarea {
cursor: not-allowed;
}
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
</style></div></div>"
`;