Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: third_party/WebKit/LayoutTests/animations/composition/offset-rotation-composition.html

Issue 2241993002: CSS Motion Path: New names for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/animations/composition/offset-rotation-composition.html
diff --git a/third_party/WebKit/LayoutTests/animations/composition/motion-rotation-composition.html b/third_party/WebKit/LayoutTests/animations/composition/offset-rotation-composition.html
similarity index 90%
copy from third_party/WebKit/LayoutTests/animations/composition/motion-rotation-composition.html
copy to third_party/WebKit/LayoutTests/animations/composition/offset-rotation-composition.html
index 5837f512b512709794c6c4e52bf53711f8b595ad..99239449316260486437ad8faf35004db023af26 100644
--- a/third_party/WebKit/LayoutTests/animations/composition/motion-rotation-composition.html
+++ b/third_party/WebKit/LayoutTests/animations/composition/offset-rotation-composition.html
@@ -3,7 +3,7 @@
<script src="../interpolation/resources/interpolation-test.js"></script>
<script>
assertComposition({
- property: 'motion-rotation',
+ property: 'offset-rotation',
underlying: '20deg',
addFrom: '10deg',
addTo: '20deg',
@@ -17,7 +17,7 @@ assertComposition({
]);
assertComposition({
- property: 'motion-rotation',
+ property: 'offset-rotation',
underlying: 'auto 20deg',
addFrom: '10deg',
addTo: '20deg',
@@ -31,7 +31,7 @@ assertComposition({
]);
assertComposition({
- property: 'motion-rotation',
+ property: 'offset-rotation',
underlying: 'auto 20deg',
addFrom: 'reverse 10deg',
addTo: 'auto 20deg',
@@ -45,7 +45,7 @@ assertComposition({
]);
assertComposition({
- property: 'motion-rotation',
+ property: 'offset-rotation',
underlying: '20deg',
addFrom: 'reverse 10deg',
addTo: '20deg',
@@ -59,7 +59,7 @@ assertComposition({
]);
assertComposition({
- property: 'motion-rotation',
+ property: 'offset-rotation',
underlying: '20deg',
replaceFrom: 'reverse 10deg',
addTo: '20deg',
@@ -73,7 +73,7 @@ assertComposition({
]);
assertComposition({
- property: 'motion-rotation',
+ property: 'offset-rotation',
underlying: '20deg',
addFrom: '10deg',
replaceTo: '10deg',

Powered by Google App Engine
This is Rietveld 408576698