Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-enclosing-layers.html |
| diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-enclosing-layers.html b/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-enclosing-layers.html |
| index e91a0a67d216be50e61c1f1336bb37aa92c3c235..a02b20c9af643d0930f2e5683c2e126017a07a9c 100644 |
| --- a/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-enclosing-layers.html |
| +++ b/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-enclosing-layers.html |
| @@ -5,7 +5,8 @@ onload = function() { |
| </script> |
| <style> |
| .composited { |
| - will-change: transform; |
| + /* Triggers promotion without creating stacking context. */ |
|
ajuma
2017/03/21 14:09:45
Is it worth having a stacking context version of t
smcgruer
2017/03/21 14:53:10
After discussion, yes we should do a version of th
|
| + backface-visibility: hidden; |
| } |
| #scroller { |