| Index: LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
|
| diff --git a/LayoutTests/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt b/LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
|
| similarity index 66%
|
| copy from LayoutTests/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt
|
| copy to LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
|
| index ea70903ad096dd66143d5fad366ebd7c398c276a..724c2099c7f5f15f6edf214bac604a55a38967cd 100644
|
| --- a/LayoutTests/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt
|
| +++ b/LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
|
| @@ -1,4 +1,3 @@
|
| -TEST
|
| {
|
| "bounds": [800, 600],
|
| "children": [
|
| @@ -8,9 +7,8 @@ TEST
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| - "position": [8, 8],
|
| - "bounds": [100, 30],
|
| - "drawsContent": true
|
| + "position": [200, 200],
|
| + "bounds": [200, 200]
|
| }
|
| ]
|
| }
|
|
|