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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "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": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='outer'", 10 "object": "LayoutBlockFlow (positioned) DIV id='outer'",
11 "rect": [8, 293, 285, 15], 11 "rect": [8, 293, 285, 15],
12 "reason": "scroll" 12 "reason": "scroll control"
13 } 13 }
14 ] 14 ]
15 }, 15 },
16 { 16 {
17 "name": "Ancestor Clipping Layer", 17 "name": "Ancestor Clipping Layer",
18 "position": [8, 8], 18 "position": [8, 8],
19 "bounds": [285, 285], 19 "bounds": [285, 285],
20 "shouldFlattenTransform": false 20 "shouldFlattenTransform": false
21 }, 21 },
22 { 22 {
23 "name": "LayoutBlockFlow (positioned) DIV id='container'", 23 "name": "LayoutBlockFlow (positioned) DIV id='container'",
24 "position": [-315, 0], 24 "position": [-315, 0],
25 "bounds": [600, 600], 25 "bounds": [600, 600],
26 "contentsOpaque": true, 26 "contentsOpaque": true,
27 "drawsContent": true, 27 "drawsContent": true,
28 "backgroundColor": "#FF0000", 28 "backgroundColor": "#FF0000",
29 "paintInvalidations": [ 29 "paintInvalidations": [
30 { 30 {
31 "object": "LayoutBlockFlow DIV id='inner'", 31 "object": "LayoutBlockFlow DIV id='inner'",
32 "rect": [0, 0, 600, 600], 32 "rect": [0, 0, 600, 600],
33 "reason": "style change" 33 "reason": "style change"
34 } 34 }
35 ] 35 ]
36 } 36 }
37 ], 37 ],
38 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
39 { 39 {
40 "object": "HorizontalScrollbar", 40 "object": "HorizontalScrollbar",
41 "reason": "scroll" 41 "reason": "scroll control"
42 }, 42 },
43 { 43 {
44 "object": "LayoutBlockFlow DIV id='inner'", 44 "object": "LayoutBlockFlow DIV id='inner'",
45 "reason": "style change" 45 "reason": "style change"
46 } 46 }
47 ] 47 ]
48 } 48 }
49 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698