| Index: third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-enclosing-layers-stacking-context.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-stacking-context.html
|
| similarity index 88%
|
| copy from third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-enclosing-layers.html
|
| copy to third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-enclosing-layers-stacking-context.html
|
| index e91a0a67d216be50e61c1f1336bb37aa92c3c235..e9fe440f3e3f1decae6e57de625fac260c8cb48b 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-stacking-context.html
|
| @@ -5,6 +5,7 @@ onload = function() {
|
| </script>
|
| <style>
|
| .composited {
|
| + /* Triggers promotion and creates a stacking context */
|
| will-change: transform;
|
| }
|
|
|
|
|