| Index: third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-stacking-context.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element.html b/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-stacking-context.html
|
| similarity index 87%
|
| copy from third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element.html
|
| copy to third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-stacking-context.html
|
| index 713dea37bb1c1d56d7984ce04f06a161775a45bf..3aa1491adeaedb231c0158fcd8b9b4e21d5fdec9 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-stacking-context.html
|
| @@ -5,6 +5,7 @@ onload = function() {
|
| </script>
|
| <style>
|
| .composited {
|
| + /* Triggers promotion and creates a stacking context */
|
| will-change: transform;
|
| }
|
|
|
|
|