| Index: third_party/WebKit/LayoutTests/compositing/geometry/clip-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/geometry/clip-expected.txt b/third_party/WebKit/LayoutTests/compositing/geometry/clip-expected.txt
|
| index cef1d5e8917c97aae489c2ff803d208a99bd95fa..c144566000c557a3bf7961b9acb856339f62c7da 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/geometry/clip-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/geometry/clip-expected.txt
|
| @@ -1,14 +1,17 @@
|
| Test CSS clip with composited layers. Left and right sides should look the same.
|
|
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='composited box'",
|
| "position": [15, 15],
|
| "bounds": [110, 110],
|
| "drawsContent": true,
|
| @@ -21,11 +24,13 @@ Test CSS clip with composited layers. Left and right sides should look the same.
|
| ]
|
| },
|
| {
|
| + "name": "Ancestor Clipping Layer",
|
| "position": [215, 15],
|
| "bounds": [110, 110],
|
| "shouldFlattenTransform": false,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV class='composited inner'",
|
| "position": [-5, -5],
|
| "bounds": [120, 120],
|
| "drawsContent": true,
|
|
|