| Index: third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element.html b/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element.html
|
| index 713dea37bb1c1d56d7984ce04f06a161775a45bf..67acaf63804822bd1c328a33ee377a43a5545fe8 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element.html
|
| @@ -5,7 +5,8 @@ onload = function() {
|
| </script>
|
| <style>
|
| .composited {
|
| - will-change: transform;
|
| + /* Triggers promotion without creating stacking context. */
|
| + backface-visibility: hidden;
|
| }
|
|
|
| #scroller {
|
|
|