blob: 1d11f6161bbdc7d27fe8f80f5ddc5f4247576272 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>GPU Feature Testing: Accelerated Compositing</title>
<style>
body {
-webkit-transform: translateZ(0);
}
@-webkit-keyframes spin {
from { -webkit-transform: rotateY(0deg); }
to { -webkit-transform: rotateY(-360deg); }
}
#spin {
-webkit-animation-name: spin;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 6s;
-webkit-transform-style: preserve-3d;
}
</style>
</head>
<body>
<div id="spin">Chrome Rocks</div>
</body>
</html>