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

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

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

Powered by Google App Engine
This is Rietveld 408576698