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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/compositing/iframe-inside-squashed-layer-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, 1016], 5 "bounds": [785, 1016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "Squashing Containment Layer", 10 "name": "Squashing Containment Layer",
(...skipping 14 matching lines...) Expand all
25 "drawsContent": true, 25 "drawsContent": true,
26 "paintInvalidations": [ 26 "paintInvalidations": [
27 { 27 {
28 "object": "LayoutView #document", 28 "object": "LayoutView #document",
29 "rect": [0, 500, 300, 150], 29 "rect": [0, 500, 300, 150],
30 "reason": "style change" 30 "reason": "style change"
31 }, 31 },
32 { 32 {
33 "object": "LayoutBlockFlow BODY", 33 "object": "LayoutBlockFlow BODY",
34 "rect": [8, 508, 284, 18], 34 "rect": [8, 508, 284, 18],
35 "reason": "forced by layout" 35 "reason": "geometry"
36 }, 36 },
37 { 37 {
38 "object": "LayoutBlockFlow BODY", 38 "object": "LayoutBlockFlow BODY",
39 "rect": [8, 508, 269, 142], 39 "rect": [8, 508, 269, 142],
40 "reason": "forced by layout" 40 "reason": "geometry"
41 }, 41 },
42 { 42 {
43 "object": "LayoutView #document", 43 "object": "LayoutView #document",
44 "rect": [285, 500, 15, 150], 44 "rect": [285, 500, 15, 150],
45 "reason": "scroll" 45 "reason": "scroll control"
46 } 46 }
47 ] 47 ]
48 } 48 }
49 ], 49 ],
50 "objectPaintInvalidations": [ 50 "objectPaintInvalidations": [
51 { 51 {
52 "object": "LayoutView #document", 52 "object": "LayoutView #document",
53 "reason": "scroll" 53 "reason": "geometry"
54 }, 54 },
55 { 55 {
56 "object": "VerticalScrollbar", 56 "object": "VerticalScrollbar",
57 "reason": "scroll" 57 "reason": "scroll control"
58 }, 58 },
59 { 59 {
60 "object": "LayoutView #document", 60 "object": "LayoutView #document",
61 "reason": "style change" 61 "reason": "style change"
62 }, 62 },
63 { 63 {
64 "object": "LayoutBlockFlow BODY", 64 "object": "LayoutBlockFlow BODY",
65 "reason": "forced by layout" 65 "reason": "geometry"
66 }, 66 },
67 { 67 {
68 "object": "RootInlineBox", 68 "object": "RootInlineBox",
69 "reason": "forced by layout" 69 "reason": "geometry"
70 }, 70 },
71 { 71 {
72 "object": "LayoutText #text", 72 "object": "LayoutText #text",
73 "reason": "forced by layout" 73 "reason": "geometry"
74 }, 74 },
75 { 75 {
76 "object": "InlineTextBox 'test1'", 76 "object": "InlineTextBox 'test1'",
77 "reason": "forced by layout" 77 "reason": "geometry"
78 } 78 }
79 ] 79 ]
80 } 80 }
81 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698