mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
07bcc6b3a9
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
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>
|