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

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

Issue 2828503002: CSS Motion Path: delete implementation of motion shorthand (Closed)
Patch Set: 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.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset.html b/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset.html
index 9eb71881eca3df397b800ee8e1a0c388b642b7e6..bf495c59fa5820feb2badfa225bc8c340fbd41b2 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/use-count-offset.html
@@ -9,7 +9,6 @@
<div id="target"></div>
<script>
-var CSSMotionInEffect = 1616; // From UseCounter.h
Bugs Nash 2017/04/19 03:15:04 CSSMotionInEffect hasn't been removed from UseCoun
Eric Willigers 2017/04/19 03:53:28 OK. Leaving this file unchanged for now.
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