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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-addition-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": [785, 829], 5 "bounds": [785, 829],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 735, 785, 94], 11 "rect": [0, 735, 785, 94],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 "rect": [8, 180, 769, 641], 16 "rect": [8, 180, 769, 641],
17 "reason": "bounds change" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 86, 769, 641], 21 "rect": [8, 86, 769, 641],
22 "reason": "bounds change" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutIFrame IFRAME id='iframe'", 25 "object": "LayoutIFrame IFRAME id='iframe'",
26 "rect": [8, 86, 732, 94], 26 "rect": [8, 86, 732, 94],
27 "reason": "layoutObject insertion" 27 "reason": "appeared"
28 }, 28 },
29 { 29 {
30 "object": "LayoutView #document", 30 "object": "LayoutView #document",
31 "rect": [10, 88, 728, 90], 31 "rect": [10, 88, 728, 90],
32 "reason": "style change" 32 "reason": "style change"
33 } 33 }
34 ] 34 ]
35 } 35 }
36 ], 36 ],
37 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
38 { 38 {
39 "object": "LayoutView #document", 39 "object": "LayoutView #document",
40 "reason": "incremental" 40 "reason": "incremental"
41 }, 41 },
42 { 42 {
43 "object": "LayoutIFrame IFRAME id='iframe'", 43 "object": "LayoutIFrame IFRAME id='iframe'",
44 "reason": "layoutObject insertion" 44 "reason": "appeared"
45 }, 45 },
46 { 46 {
47 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'", 47 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
48 "reason": "bounds change" 48 "reason": "geometry"
49 }, 49 },
50 { 50 {
51 "object": "RootInlineBox", 51 "object": "RootInlineBox",
52 "reason": "bounds change" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "LayoutImage IMG", 55 "object": "LayoutImage IMG",
56 "reason": "bounds change" 56 "reason": "geometry"
57 }, 57 },
58 { 58 {
59 "object": "LayoutText #text", 59 "object": "LayoutText #text",
60 "reason": "location change" 60 "reason": "geometry"
61 }, 61 },
62 { 62 {
63 "object": "VerticalScrollbar", 63 "object": "VerticalScrollbar",
64 "reason": "scroll" 64 "reason": "scroll control"
65 }, 65 },
66 { 66 {
67 "object": "LayoutView #document", 67 "object": "LayoutView #document",
68 "reason": "style change" 68 "reason": "style change"
69 }, 69 },
70 { 70 {
71 "object": "LayoutBlockFlow HTML", 71 "object": "LayoutBlockFlow HTML",
72 "reason": "layoutObject insertion" 72 "reason": "appeared"
73 }, 73 },
74 { 74 {
75 "object": "LayoutBlockFlow BODY", 75 "object": "LayoutBlockFlow BODY",
76 "reason": "layoutObject insertion" 76 "reason": "appeared"
77 } 77 }
78 ] 78 ]
79 } 79 }
80 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698