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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt

Issue 2522043002: Reland "Only promote opaque scrollers which are stacking contexts." (Closed)
Patch Set: Remove android svg-width-100p-as-background-expected.txt expectation. Created 4 years, 1 month 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='outer'",
11 "rect": [8, 293, 285, 15],
12 "reason": "scroll"
13 }
14 ]
8 }, 15 },
9 { 16 {
10 "name": "LayoutBlockFlow (positioned) DIV id='outer'", 17 "name": "Ancestor Clipping Layer",
11 "position": [8, 8], 18 "position": [8, 8],
12 "bounds": [300, 300],
13 "shouldFlattenTransform": false,
14 "drawsContent": true,
15 "backgroundColor": "#0000FF"
16 },
17 {
18 "name": "Scrolling Layer",
19 "bounds": [285, 285], 19 "bounds": [285, 285],
20 "shouldFlattenTransform": false 20 "shouldFlattenTransform": false
21 }, 21 },
22 { 22 {
23 "name": "Scrolling Contents Layer",
24 "bounds": [650, 600],
25 "contentsOpaque": true,
26 "drawsContent": true
27 },
28 {
29 "name": "Overflow Controls Host Layer",
30 "bounds": [300, 300]
31 },
32 {
33 "name": "Horizontal Scrollbar Layer",
34 "position": [0, 285],
35 "bounds": [285, 15],
36 "paintInvalidations": [
37 {
38 "object": "Horizontal Scrollbar Layer",
39 "rect": [0, 0, 285, 15],
40 "reason": "full"
41 }
42 ]
43 },
44 {
45 "name": "Vertical Scrollbar Layer",
46 "position": [285, 0],
47 "bounds": [15, 285]
48 },
49 {
50 "name": "Scroll Corner Layer",
51 "position": [285, 285],
52 "bounds": [15, 15],
53 "drawsContent": true
54 },
55 {
56 "name": "LayoutBlockFlow (positioned) DIV id='container'", 23 "name": "LayoutBlockFlow (positioned) DIV id='container'",
57 "position": [-307, 8], 24 "position": [-315, 0],
58 "bounds": [600, 600], 25 "bounds": [600, 600],
59 "contentsOpaque": true, 26 "contentsOpaque": true,
60 "drawsContent": true, 27 "drawsContent": true,
61 "backgroundColor": "#FF0000", 28 "backgroundColor": "#FF0000",
62 "paintInvalidations": [ 29 "paintInvalidations": [
63 { 30 {
64 "object": "LayoutBlockFlow DIV id='inner'", 31 "object": "LayoutBlockFlow DIV id='inner'",
65 "rect": [0, 0, 600, 600], 32 "rect": [0, 0, 600, 600],
66 "reason": "style change" 33 "reason": "style change"
67 } 34 }
68 ] 35 ]
69 } 36 }
70 ], 37 ],
71 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
72 { 39 {
40 "object": "HorizontalScrollbar",
41 "reason": "scroll"
42 },
43 {
73 "object": "LayoutBlockFlow DIV id='inner'", 44 "object": "LayoutBlockFlow DIV id='inner'",
74 "reason": "style change" 45 "reason": "style change"
75 } 46 }
76 ] 47 ]
77 } 48 }
78 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698