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

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

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 1
2 layer tree before image style change 2 layer tree before image style change
3 3
4 { 4 {
5 "name": "Content Root Layer",
5 "bounds": [800, 600], 6 "bounds": [800, 600],
6 "children": [ 7 "children": [
7 { 8 {
9 "name": "LayoutView #document",
8 "bounds": [800, 600], 10 "bounds": [800, 600],
9 "contentsOpaque": true, 11 "contentsOpaque": true,
10 "drawsContent": true, 12 "drawsContent": true,
11 "children": [ 13 "children": [
12 { 14 {
15 "name": "LayoutImage IMG class='composited'",
13 "position": [8, 8], 16 "position": [8, 8],
14 "bounds": [256, 256] 17 "bounds": [256, 256]
15 } 18 }
16 ] 19 ]
17 } 20 }
18 ] 21 ]
19 } 22 }
20 23
21 layer tree after image style change 24 layer tree after image style change
22 25
23 { 26 {
27 "name": "Content Root Layer",
24 "bounds": [800, 600], 28 "bounds": [800, 600],
25 "children": [ 29 "children": [
26 { 30 {
31 "name": "LayoutView #document",
27 "bounds": [800, 600], 32 "bounds": [800, 600],
28 "contentsOpaque": true, 33 "contentsOpaque": true,
29 "drawsContent": true, 34 "drawsContent": true,
30 "children": [ 35 "children": [
31 { 36 {
37 "name": "LayoutImage IMG class='composited border'",
32 "position": [8, 8], 38 "position": [8, 8],
33 "bounds": [260, 260], 39 "bounds": [260, 260],
34 "drawsContent": true 40 "drawsContent": true
35 } 41 }
36 ] 42 ]
37 } 43 }
38 ] 44 ]
39 } 45 }
40 46
41 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698