mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
7 lines
180 B
HTML
7 lines
180 B
HTML
<!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>
|