mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-28 20:25:29 +08:00
test: update snapshots
This commit is contained in:
@@ -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>"
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user