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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotate.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/property-use-count-offset-rotate.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotate.html b/third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotate.html
index 118e0f717d0feb525d3792421d43d37ab0138d90..209f2bb8ef6bdbd7f7e26f26f2d14b93a1ba9435 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotate.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotate.html
@@ -15,6 +15,5 @@ test(function() {
getComputedStyle(target);
assert_true(internals.isCSSPropertyUseCounted(document, "offset-rotate"));
- assert_false(internals.isCSSPropertyUseCounted(document, "offset-rotation"));
});
</script>

Powered by Google App Engine
This is Rietveld 408576698