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

Unified Diff: third_party/WebKit/LayoutTests/animations/composition/offset-distance-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-distance-composition.html
diff --git a/third_party/WebKit/LayoutTests/animations/composition/motion-offset-composition.html b/third_party/WebKit/LayoutTests/animations/composition/offset-distance-composition.html
similarity index 89%
copy from third_party/WebKit/LayoutTests/animations/composition/motion-offset-composition.html
copy to third_party/WebKit/LayoutTests/animations/composition/offset-distance-composition.html
index 55b72e73c30824252f7b0515a3d51185920b2514..6a595895ccb6543bd20bf4977a805f6c2fd9b3a7 100644
--- a/third_party/WebKit/LayoutTests/animations/composition/motion-offset-composition.html
+++ b/third_party/WebKit/LayoutTests/animations/composition/offset-distance-composition.html
@@ -4,7 +4,7 @@
<script src="../interpolation/resources/interpolation-test.js"></script>
<script>
assertComposition({
- property: 'motion-offset',
+ property: 'offset-distance',
underlying: '50px',
addFrom: '100px',
addTo: '200px',
@@ -17,7 +17,7 @@ assertComposition({
]);
assertComposition({
- property: 'motion-offset',
+ property: 'offset-distance',
underlying: '100px',
addFrom: '10px',
addTo: '2px',
@@ -30,7 +30,7 @@ assertComposition({
]);
assertComposition({
- property: 'motion-offset',
+ property: 'offset-distance',
underlying: '10%',
addFrom: '100px',
addTo: '20%',
@@ -43,7 +43,7 @@ assertComposition({
]);
assertComposition({
- property: 'motion-offset',
+ property: 'offset-distance',
underlying: '50px',
addFrom: '100px',
replaceTo: '200px',

Powered by Google App Engine
This is Rietveld 408576698