Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1447)

Unified Diff: third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7cb65378db9651516c573c8eb9b6ce883bf5a8e1..9afede49d1f6379f617ed81d828163dc586354a0 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,21 +2,17 @@
layer tree before image style change
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "name": "LayoutImage IMG class='composited'",
- "position": [8, 8],
- "bounds": [256, 256]
- }
- ]
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutImage IMG class='composited'",
+ "position": [8, 8],
+ "bounds": [256, 256]
}
]
}
@@ -24,22 +20,18 @@ layer tree before image style change
layer tree after image style change
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"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
- }
- ]
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutImage IMG class='composited border'",
+ "position": [8, 8],
+ "bounds": [260, 260],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698