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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset-path.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-path.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset-path.html b/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset-path.html
index eb7e438b6b0c357083cf918c42e4f49cb5a4c484..0748e96dda5905749ddc9f7d6e0056f55029a9ca 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset-path.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset-path.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