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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidation-on-foreground-graphics-layer-expected.txt

Issue 2081773002: 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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "children": [ 10 "children": [
9 { 11 {
12 "name": "LayoutBlockFlow DIV",
10 "position": [8, 8], 13 "position": [8, 8],
11 "bounds": [200, 200], 14 "bounds": [200, 200],
12 "contentsOpaque": true, 15 "contentsOpaque": true,
13 "shouldFlattenTransform": false, 16 "shouldFlattenTransform": false,
14 "drawsContent": true, 17 "drawsContent": true,
15 "backgroundColor": "#D3D3D3", 18 "backgroundColor": "#D3D3D3",
16 "children": [ 19 "children": [
17 { 20 {
21 "name": "Scrolling Layer",
18 "bounds": [185, 185], 22 "bounds": [185, 185],
19 "shouldFlattenTransform": false, 23 "shouldFlattenTransform": false,
20 "children": [ 24 "children": [
21 { 25 {
26 "name": "Scrolling Contents Layer",
22 "bounds": [300, 300], 27 "bounds": [300, 300],
23 "drawsContent": true, 28 "drawsContent": true,
24 "paintInvalidations": [ 29 "paintInvalidations": [
25 { 30 {
26 "object": "LayoutBlockFlow DIV id='target'", 31 "object": "LayoutBlockFlow DIV id='target'",
27 "rect": [100, 100, 200, 200], 32 "rect": [100, 100, 200, 200],
28 "reason": "style change" 33 "reason": "style change"
29 } 34 }
30 ], 35 ],
31 "children": [ 36 "children": [
32 { 37 {
38 "name": "LayoutBlockFlow (relative positioned) DIV",
33 "bounds": [200, 200], 39 "bounds": [200, 200],
34 "contentsOpaque": true, 40 "contentsOpaque": true,
35 "drawsContent": true, 41 "drawsContent": true,
36 "backgroundColor": "#ADD8E6" 42 "backgroundColor": "#ADD8E6"
37 }, 43 },
38 { 44 {
45 "name": "LayoutBlockFlow DIV (foreground) Layer",
39 "bounds": [300, 300], 46 "bounds": [300, 300],
40 "drawsContent": true, 47 "drawsContent": true,
41 "paintInvalidations": [ 48 "paintInvalidations": [
42 { 49 {
43 "object": "LayoutBlockFlow DIV id='target'", 50 "object": "LayoutBlockFlow DIV id='target'",
44 "rect": [100, 100, 200, 200], 51 "rect": [100, 100, 200, 200],
45 "reason": "style change" 52 "reason": "style change"
46 } 53 }
47 ] 54 ]
48 } 55 }
49 ] 56 ]
50 } 57 }
51 ] 58 ]
52 }, 59 },
53 { 60 {
61 "name": "Overflow Controls Host Layer",
54 "bounds": [200, 200], 62 "bounds": [200, 200],
55 "children": [ 63 "children": [
56 { 64 {
65 "name": "Horizontal Scrollbar Layer",
57 "position": [0, 185], 66 "position": [0, 185],
58 "bounds": [185, 15] 67 "bounds": [185, 15]
59 }, 68 },
60 { 69 {
70 "name": "Vertical Scrollbar Layer",
61 "position": [185, 0], 71 "position": [185, 0],
62 "bounds": [15, 185] 72 "bounds": [15, 185]
63 }, 73 },
64 { 74 {
75 "name": "Scroll Corner Layer",
65 "position": [185, 185], 76 "position": [185, 185],
66 "bounds": [15, 15], 77 "bounds": [15, 15],
67 "drawsContent": true 78 "drawsContent": true
68 } 79 }
69 ] 80 ]
70 } 81 }
71 ] 82 ]
72 } 83 }
73 ] 84 ]
74 } 85 }
86 ],
87 "objectPaintInvalidations": [
88 {
89 "object": "LayoutBlockFlow DIV id='target'",
90 "reason": "style change"
91 }
75 ] 92 ]
76 } 93 }
77 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698