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

Side by Side 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 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 "layers": [
6 "bounds": [800, 600],
7 "children": [
8 { 6 {
9 "name": "LayoutView #document", 7 "name": "LayoutView #document",
10 "bounds": [800, 600], 8 "bounds": [800, 600],
11 "contentsOpaque": true, 9 "contentsOpaque": true,
12 "drawsContent": true, 10 "drawsContent": true
13 "children": [ 11 },
14 { 12 {
15 "name": "LayoutImage IMG class='composited'", 13 "name": "LayoutImage IMG class='composited'",
16 "position": [8, 8], 14 "position": [8, 8],
17 "bounds": [256, 256] 15 "bounds": [256, 256]
18 }
19 ]
20 } 16 }
21 ] 17 ]
22 } 18 }
23 19
24 layer tree after image style change 20 layer tree after image style change
25 21
26 { 22 {
27 "name": "Content Root Layer", 23 "layers": [
28 "bounds": [800, 600],
29 "children": [
30 { 24 {
31 "name": "LayoutView #document", 25 "name": "LayoutView #document",
32 "bounds": [800, 600], 26 "bounds": [800, 600],
33 "contentsOpaque": true, 27 "contentsOpaque": true,
34 "drawsContent": true, 28 "drawsContent": true
35 "children": [ 29 },
36 { 30 {
37 "name": "LayoutImage IMG class='composited border'", 31 "name": "LayoutImage IMG class='composited border'",
38 "position": [8, 8], 32 "position": [8, 8],
39 "bounds": [260, 260], 33 "bounds": [260, 260],
40 "drawsContent": true 34 "drawsContent": true
41 }
42 ]
43 } 35 }
44 ] 36 ]
45 } 37 }
46 38
47 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698