mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-11 22:30:39 +00:00
12 lines
172 B
HTML
12 lines
172 B
HTML
<!DOCTYPE HTML>
|
|
<html class="reftest-print">
|
|
<title>Static CSS animation</title>
|
|
<style>
|
|
|
|
p {
|
|
color: olive;
|
|
}
|
|
|
|
</style>
|
|
<p>blue with animation support; olive without</p>
|