| Index: third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content-expected.txt b/third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content-expected.txt
|
| index e029342948a01ee16e85bab0d6733b52a2057783..7cb65378db9651516c573c8eb9b6ce883bf5a8e1 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content-expected.txt
|
| @@ -2,14 +2,17 @@
|
| layer tree before image style change
|
|
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutImage IMG class='composited'",
|
| "position": [8, 8],
|
| "bounds": [256, 256]
|
| }
|
| @@ -21,14 +24,17 @@ layer tree before image style change
|
| layer tree after image style change
|
|
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutImage IMG class='composited border'",
|
| "position": [8, 8],
|
| "bounds": [260, 260],
|
| "drawsContent": true
|
|
|