Mypal/layout/reftests/css-animations/print-no-animations-ref.html
2019-03-11 13:26:37 +03:00

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>