summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/print-no-animations-ref.html
blob: f4d3dde3654a38d4549a9700bdec11fb070b364a (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html class="reftest-print">
<title>Static CSS animation</title>
<style>

p {
  color: olive;
}

</style>
<p>blue with animation support; olive without</p>