mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
b5c2e54e41
Note that this patch has a little bit of a belt-and-braces aspect to it. In each file, either one of the changes should be sufficient, but one of them prevents us from doing unneeded work and the other one ensures that we never apply style resulting from transitions and animations even if somehow we do that work. Also note that the tests don't actually test anything usefully, since the reftest harness doesn't currently make the pres context non-dynamic. (Thus they're marked as failing.) I'm not sure what I should do about that, though I'm considering just deleting the tests entirely.
12 lines
149 B
HTML
12 lines
149 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<title>Static CSS animation</title>
|
|
<style>
|
|
|
|
p {
|
|
color: blue;
|
|
}
|
|
|
|
</style>
|
|
<p>blue with animation support; olive without</p>
|