blob: 4e02c32f057a771a9be53ebf83fab9b98154e4c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<head>
<title>test case for keyframes rule in rule-view</title>
<link rel="stylesheet" type="text/css" href="doc_keyframeanimation.css"/>
</head>
<body>
<div id="pacman"></div>
<div id="boxy" class="circle"></div>
<div id="moxy" class="circle"></div>
</body>
</html>
|