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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/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": "LayoutText #text", 43 "object": "LayoutText #text",
44 "rect": [8, 508, 31, 18], 44 "rect": [8, 508, 31, 18],
45 "reason": "forced by layout" 45 "reason": "geometry"
46 }, 46 },
47 { 47 {
48 "object": "LayoutView #document", 48 "object": "LayoutView #document",
49 "rect": [285, 500, 15, 150], 49 "rect": [285, 500, 15, 150],
50 "reason": "scroll" 50 "reason": "scroll control"
51 } 51 }
52 ] 52 ]
53 } 53 }
54 ], 54 ],
55 "objectPaintInvalidations": [ 55 "objectPaintInvalidations": [
56 { 56 {
57 "object": "LayoutView #document", 57 "object": "LayoutView #document",
58 "reason": "scroll" 58 "reason": "geometry"
59 }, 59 },
60 { 60 {
61 "object": "VerticalScrollbar", 61 "object": "VerticalScrollbar",
62 "reason": "scroll" 62 "reason": "scroll control"
63 }, 63 },
64 { 64 {
65 "object": "LayoutView #document", 65 "object": "LayoutView #document",
66 "reason": "style change" 66 "reason": "style change"
67 }, 67 },
68 { 68 {
69 "object": "LayoutBlockFlow BODY", 69 "object": "LayoutBlockFlow BODY",
70 "reason": "forced by layout" 70 "reason": "geometry"
71 }, 71 },
72 { 72 {
73 "object": "RootInlineBox", 73 "object": "RootInlineBox",
74 "reason": "forced by layout" 74 "reason": "geometry"
75 }, 75 },
76 { 76 {
77 "object": "LayoutText #text", 77 "object": "LayoutText #text",
78 "reason": "forced by layout" 78 "reason": "geometry"
79 }, 79 },
80 { 80 {
81 "object": "InlineTextBox 'test1'", 81 "object": "InlineTextBox 'test1'",
82 "reason": "forced by layout" 82 "reason": "geometry"
83 } 83 }
84 ] 84 ]
85 } 85 }
86 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698