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: [{ |