| Index: third_party/WebKit/LayoutTests/paint/invalidation/perspective-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/perspective-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/perspective-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..409e1d3355a95846a0b9f7dff664d91593fb5b17
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/perspective-expected.txt
|
| @@ -0,0 +1,36 @@
|
| +{
|
| + "layers": [
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='target'",
|
| + "position": [8, 8],
|
| + "bounds": [100, 100],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#0000FF",
|
| + "transform": [
|
| + [1, 0, 0, 0],
|
| + [0, 1, 0, 0],
|
| + [0, 0, 1, 0],
|
| + [0, 0, 20, 1]
|
| + ]
|
| + },
|
| + {
|
| + "name": "Child Transform Layer",
|
| + "bounds": [100, 100],
|
| + "shouldFlattenTransform": false,
|
| + "transform": [
|
| + [1, 0, 0, 0],
|
| + [0, 1, 0, 0],
|
| + [0, 0, 1, -0.025],
|
| + [0, 0, 0, 1]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
| +
|
|
|