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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotation.html

Issue 2840943003: CSS Motion Path: delete implementation of motion-rotation property (Closed)
Patch Set: rename 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-rotation.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotation.html b/third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotation.html
index 7deb34d7ba246b036046cbe2d9039f68d3303d52..787ae01a273ee5108fac9bdf03418f34a0f0c51b 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotation.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/property-use-count-offset-rotation.html
@@ -15,7 +15,6 @@ test(function() {
getComputedStyle(target);
assert_true(internals.isCSSPropertyUseCounted(document, "offset-rotation"));
- assert_false(internals.isCSSPropertyUseCounted(document, "motion-rotation"));
assert_false(internals.isCSSPropertyUseCounted(document, "offset-rotate"));
});
</script>

Powered by Google App Engine
This is Rietveld 408576698