Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/compositing/overflow/accelerated-scrolling-with-clip-reference.html |
| diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-scrolling-with-clip-reference.html b/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-scrolling-with-clip-reference.html |
| index bfcf5ba03226f3e34e5b66d5b3595b281ec5835a..3b9ea7e0bdf76ec54fe6e9c722f5b1736468ddc4 100644 |
| --- a/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-scrolling-with-clip-reference.html |
| +++ b/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-scrolling-with-clip-reference.html |
| @@ -4,6 +4,7 @@ |
| <style> |
| .clip-path { |
| -webkit-clip-path: url('#clipping'); |
| + clip-path: url('#clipping'); |
| overflow: scroll; |
| } |