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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/offsetParent.html

Issue 2842933003: CSS Motion Path: delete implementation of offset-rotation property (Closed)
Patch Set: remove offsetRotation from webexposed Created 3 years, 8 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/css3/motion-path/offsetParent.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/offsetParent.html b/third_party/WebKit/LayoutTests/css3/motion-path/offsetParent.html
index 16dd515bc9c0ebc16b03400231f8eb016698f632..238651e59368e14dd3c90d6fae10137c2b71bcf6 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/offsetParent.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/offsetParent.html
@@ -11,7 +11,7 @@
<div id="d3" style="offset-distance: 100%">
<span id="s3"></span>
</div>
- <div id="d4" style="offset-rotation: 360deg">
+ <div id="d4" style="offset-rotate: 360deg">
<span id="s4"></span>
</div>
<div id="d5" style="offset-anchor: bottom right">
@@ -31,7 +31,7 @@ test(function() {
}, "inside offset-distance");
test(function() {
assert_equals(s4.offsetParent, container);
-}, "inside offset-rotation");
+}, "inside offset-rotate");
test(function() {
assert_equals(s5.offsetParent, container);
}, "inside offset-anchor");

Powered by Google App Engine
This is Rietveld 408576698