Chromium Code Reviews| 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> |