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