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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer-expected.txt

Issue 2406733002: 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 id='container'",
11 "position": [8, 8],
12 "bounds": [500, 500],
13 "shouldFlattenTransform": false,
14 "drawsContent": true
15 },
16 {
17 "name": "Scrolling Layer",
18 "bounds": [485, 485],
19 "shouldFlattenTransform": false
20 },
21 {
22 "name": "Scrolling Contents Layer",
23 "bounds": [5000, 5000],
9 "drawsContent": true, 24 "drawsContent": true,
10 "children": [ 25 "paintInvalidations": [
11 { 26 {
12 "name": "LayoutBlockFlow DIV id='container'", 27 "object": "LayoutBlockFlow DIV id='content'",
13 "position": [8, 8], 28 "rect": [0, 0, 5000, 5000],
14 "bounds": [500, 500], 29 "reason": "style change"
15 "shouldFlattenTransform": false,
16 "drawsContent": true,
17 "children": [
18 {
19 "name": "Scrolling Layer",
20 "bounds": [485, 485],
21 "shouldFlattenTransform": false,
22 "children": [
23 {
24 "name": "Scrolling Contents Layer",
25 "bounds": [5000, 5000],
26 "drawsContent": true,
27 "paintInvalidations": [
28 {
29 "object": "LayoutBlockFlow DIV id='content'",
30 "rect": [0, 0, 5000, 5000],
31 "reason": "style change"
32 }
33 ]
34 }
35 ]
36 },
37 {
38 "name": "Overflow Controls Host Layer",
39 "bounds": [500, 500],
40 "children": [
41 {
42 "name": "Horizontal Scrollbar Layer",
43 "position": [0, 485],
44 "bounds": [485, 15],
45 "paintInvalidations": [
46 {
47 "object": "Horizontal Scrollbar Layer",
48 "rect": [0, 0, 485, 15],
49 "reason": "full"
50 }
51 ]
52 },
53 {
54 "name": "Vertical Scrollbar Layer",
55 "position": [485, 0],
56 "bounds": [15, 485],
57 "paintInvalidations": [
58 {
59 "object": "Vertical Scrollbar Layer",
60 "rect": [0, 0, 15, 485],
61 "reason": "full"
62 }
63 ]
64 },
65 {
66 "name": "Scroll Corner Layer",
67 "position": [485, 485],
68 "bounds": [15, 15],
69 "drawsContent": true
70 }
71 ]
72 }
73 ]
74 } 30 }
75 ] 31 ]
32 },
33 {
34 "name": "Overflow Controls Host Layer",
35 "bounds": [500, 500]
36 },
37 {
38 "name": "Horizontal Scrollbar Layer",
39 "position": [0, 485],
40 "bounds": [485, 15],
41 "paintInvalidations": [
42 {
43 "object": "Horizontal Scrollbar Layer",
44 "rect": [0, 0, 485, 15],
45 "reason": "full"
46 }
47 ]
48 },
49 {
50 "name": "Vertical Scrollbar Layer",
51 "position": [485, 0],
52 "bounds": [15, 485],
53 "paintInvalidations": [
54 {
55 "object": "Vertical Scrollbar Layer",
56 "rect": [0, 0, 15, 485],
57 "reason": "full"
58 }
59 ]
60 },
61 {
62 "name": "Scroll Corner Layer",
63 "position": [485, 485],
64 "bounds": [15, 15],
65 "drawsContent": true
76 } 66 }
77 ], 67 ],
78 "objectPaintInvalidations": [ 68 "objectPaintInvalidations": [
79 { 69 {
80 "object": "LayoutBlockFlow DIV id='content'", 70 "object": "LayoutBlockFlow DIV id='content'",
81 "reason": "style change" 71 "reason": "style change"
82 }, 72 },
83 { 73 {
84 "object": "RootInlineBox", 74 "object": "RootInlineBox",
85 "reason": "style change" 75 "reason": "style change"
86 } 76 }
87 ] 77 ]
88 } 78 }
89 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698