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