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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/bugzilla-5699-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 P", 10 "object": "LayoutBlockFlow P",
(...skipping 17 matching lines...) Expand all
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [8, 145, 4, 17], 31 "rect": [8, 145, 4, 17],
32 "reason": "style change" 32 "reason": "style change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [8, 130, 4, 17], 36 "rect": [8, 130, 4, 17],
37 "reason": "style change" 37 "reason": "style change"
38 },
39 {
40 "object": "LayoutBR BR",
41 "rect": [43, 178, 1, 17],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutBR BR",
46 "rect": [43, 148, 1, 17],
47 "reason": "forced by layout"
38 } 48 }
39 ] 49 ]
40 } 50 }
41 ], 51 ],
42 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
43 { 53 {
44 "object": "LayoutBlockFlow P", 54 "object": "LayoutBlockFlow P",
45 "reason": "forced by layout" 55 "reason": "forced by layout"
46 }, 56 },
47 { 57 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "object": "LayoutBR BR", 94 "object": "LayoutBR BR",
85 "reason": "forced by layout" 95 "reason": "forced by layout"
86 }, 96 },
87 { 97 {
88 "object": "InlineTextBox '\n'", 98 "object": "InlineTextBox '\n'",
89 "reason": "forced by layout" 99 "reason": "forced by layout"
90 } 100 }
91 ] 101 ]
92 } 102 }
93 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698