Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-values
/
animations
/
scale-interpolation-crash.html
blob: 408d6eaec2229bbc21c156373b7695b1c6877851 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<link
rel
=
"help"
href
=
"https://issues.chromium.org/issues/396584141"
>
<style>
body
{
animation
:
foo
1s
;
}
@
keyframes foo
{
to
{
scale
:
calc
(
100%
*
1
);
}
}
</style>