mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
9 lines
135 B
HTML
9 lines
135 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
#foo {
|
|
animation-name: anim;
|
|
animation-duration: auto;
|
|
}
|
|
</style>
|
|
<div id="foo"></div>
|