| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter-expected.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter-expected.html
|
| index a41b11fafdbe8cd90f3dd0103ee8df7a78d9c20f..4f79b9f051153efdd9c523fc210780b2b9580c15 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter-expected.html
|
| @@ -5,12 +5,16 @@
|
| #ancestor {
|
| -webkit-filter: hue-rotate(50deg);
|
| }
|
| + #composited-overlap-child {
|
| + will-change: transform;
|
| + }
|
| </style>
|
| <script src="resources/squash-with-ancestor-property.js"></script>
|
| -<script>
|
| - window.onload = generateDom;
|
| -</script>
|
| +
|
| </head>
|
|
|
| <body>
|
| </body>
|
| +<script>
|
| + generateDom();
|
| +</script>
|
|
|