| Index: LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt
|
| diff --git a/LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt b/LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt
|
| similarity index 54%
|
| copy from LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt
|
| copy to LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt
|
| index dbe6f6d5aec2a5b04282e0182a8f8893f281c204..0ac95fe41a0a21671f2fe2627b5c127bacb72f55 100644
|
| --- a/LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt
|
| +++ b/LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt
|
| @@ -5,37 +5,42 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 8, 784, 100]
|
| + ],
|
| "children": [
|
| {
|
| "position": [8, 8],
|
| + "bounds": [784, 100],
|
| + "opacity": 0,
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#FF0000",
|
| + "repaintRects": [
|
| + [0, 0, 784, 100],
|
| + [0, 0, 784, 100]
|
| + ],
|
| "children": [
|
| {
|
| + "bounds": [784, 100],
|
| "shouldFlattenTransform": false,
|
| "transform": [
|
| [1, 0, 0, 0],
|
| [0, 1, 0, 0],
|
| - [0, 0, 1, -0.001],
|
| + [0, 0, 1, -1],
|
| [0, 0, 0, 1]
|
| ],
|
| "children": [
|
| {
|
| - "bounds": [200, 200],
|
| + "bounds": [100, 100],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "backgroundColor": "#00008B",
|
| - "transform": [
|
| - [1, 0, 0, 0],
|
| - [0, 1, 0, 0],
|
| - [0, 0, 1, 0],
|
| - [0, 74, 200, 1]
|
| - ]
|
| + "backfaceVisibility": "hidden",
|
| + "backgroundColor": "#0000FF"
|
| }
|
| ]
|
| }
|
| ]
|
| - },
|
| - {
|
| - "position": [8, 8]
|
| }
|
| ]
|
| }
|
|
|