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

Unified Diff: third_party/WebKit/LayoutTests/animations/responsive/offset-rotation-responsive.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/responsive/offset-rotation-responsive.html
diff --git a/third_party/WebKit/LayoutTests/animations/responsive/motion-rotation-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/offset-rotation-responsive.html
similarity index 92%
copy from third_party/WebKit/LayoutTests/animations/responsive/motion-rotation-responsive.html
copy to third_party/WebKit/LayoutTests/animations/responsive/offset-rotation-responsive.html
index cd48b03f15344274d97b32e5d417153d148e1049..f78d183e1cf6a5f6d38c372ccf88231643dca0e5 100644
--- a/third_party/WebKit/LayoutTests/animations/responsive/motion-rotation-responsive.html
+++ b/third_party/WebKit/LayoutTests/animations/responsive/offset-rotation-responsive.html
@@ -2,7 +2,7 @@
<script src="resources/responsive-test.js"></script>
<script>
assertCSSResponsive({
- property: 'motion-rotation',
+ property: 'offset-rotation',
from: 'inherit',
to: 'auto 40deg',
configurations: [{
@@ -21,7 +21,7 @@ assertCSSResponsive({
});
assertCSSResponsive({
- property: 'motion-rotation',
+ property: 'offset-rotation',
from: neutralKeyframe,
to: '80deg',
configurations: [{

Powered by Google App Engine
This is Rietveld 408576698