fix @keyframes test failing from typo

This commit is contained in:
Connor Skees 2020-07-29 07:31:58 -04:00
parent e0cecb4e5c
commit 6beb95ece0

View File

@ -137,5 +137,5 @@ test!(
color: red;
}
}",
"@-webkit-keyframes foo {\n 0% {\n color: red;\n }\n}\n"
"@keyframes foo {\n 12.5% {\n color: red;\n }\n}\n"
);