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> |