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

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

Issue 2827003002: CSS Motion Path: delete implementation of motion-path property (Closed)
Patch Set: ManualTests 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/use-count-offset-position.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset-position.html b/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset-position.html
index 7e9b2a85709493603852779bc4afb01a59569e22..f29c75655bbfadccc21d4bf340f90ffae4a5dfce 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset-position.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset-position.html
@@ -9,7 +9,6 @@
<div id="target"></div>
<script>
-var CSSMotionInEffect = 1616; // From UseCounter.h
var CSSOffsetInEffect = 1617; // From UseCounter.h
test(function() {
@@ -20,7 +19,5 @@ test(function() {
document.head.appendChild(styleElement);
assert_true(internals.isUseCounted(document, CSSOffsetInEffect));
-
- assert_false(internals.isUseCounted(document, CSSMotionInEffect));
});
</script>

Powered by Google App Engine
This is Rietveld 408576698