summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/animations/3d/transform-perspective.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/animations/3d/transform-perspective.html')
-rw-r--r--third_party/WebKit/LayoutTests/animations/3d/transform-perspective.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/WebKit/LayoutTests/animations/3d/transform-perspective.html b/third_party/WebKit/LayoutTests/animations/3d/transform-perspective.html
index 768c120..1d83d4c 100644
--- a/third_party/WebKit/LayoutTests/animations/3d/transform-perspective.html
+++ b/third_party/WebKit/LayoutTests/animations/3d/transform-perspective.html
@@ -18,13 +18,13 @@
}
@-webkit-keyframes anim {
- from { -webkit-transform: perspective(100px); }
- to { -webkit-transform: perspective(200px); }
+ from { transform: perspective(100px); }
+ to { transform: perspective(200px); }
}
@-webkit-keyframes anim2 {
- from { -webkit-transform: perspective(1000px); }
- to { -webkit-transform: none; }
+ from { transform: perspective(1000px); }
+ to { transform: none; }
}
</style>
<script src="../resources/animation-test-helpers.js" type="text/javascript"></script>