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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/transform-inline-layered-child-expected.txt

Issue 2620603002: Run virtual/stable/paint/invalidation for non-SlimmingPaintInvalidation (Closed)
Patch Set: - Created 3 years, 11 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='box'", 10 "object": "LayoutBlockFlow (positioned) DIV id='box'",
(...skipping 12 matching lines...) Expand all
23 }, 23 },
24 { 24 {
25 "object": "LayoutInline (relative positioned) SPAN id='child'", 25 "object": "LayoutInline (relative positioned) SPAN id='child'",
26 "rect": [300, 300, 80, 179], 26 "rect": [300, 300, 80, 179],
27 "reason": "subtree" 27 "reason": "subtree"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [300, 302, 80, 176], 31 "rect": [300, 302, 80, 176],
32 "reason": "subtree" 32 "reason": "subtree"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [151, 87, 1, 1],
37 "reason": "subtree"
38 } 33 }
39 ] 34 ]
40 } 35 }
41 ], 36 ],
42 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
43 { 38 {
44 "object": "LayoutBlockFlow (positioned) DIV id='box'", 39 "object": "LayoutBlockFlow (positioned) DIV id='box'",
45 "reason": "subtree" 40 "reason": "subtree"
46 }, 41 },
47 { 42 {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "object": "InlineTextBox 'Y Z'", 123 "object": "InlineTextBox 'Y Z'",
129 "reason": "subtree" 124 "reason": "subtree"
130 }, 125 },
131 { 126 {
132 "object": "LayoutText #text", 127 "object": "LayoutText #text",
133 "reason": "subtree" 128 "reason": "subtree"
134 } 129 }
135 ] 130 ]
136 } 131 }
137 132
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698