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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/bugzilla-5699-expected.txt

Issue 2706063003: Reduce the requirement for saving previousLocation (Closed)
Patch Set: - Created 3 years, 10 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, 18], 31 "rect": [8, 145, 4, 18],
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, 18], 36 "rect": [8, 130, 4, 18],
37 "reason": "style change" 37 "reason": "style change"
38 },
39 {
40 "object": "LayoutBR BR",
41 "rect": [43, 178, 1, 18],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutBR BR",
46 "rect": [43, 148, 1, 18],
47 "reason": "forced by layout"
48 } 38 }
49 ] 39 ]
50 } 40 }
51 ], 41 ],
52 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
53 { 43 {
54 "object": "LayoutBlockFlow P", 44 "object": "LayoutBlockFlow P",
55 "reason": "forced by layout" 45 "reason": "forced by layout"
56 }, 46 },
57 { 47 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "object": "LayoutBR BR", 84 "object": "LayoutBR BR",
95 "reason": "forced by layout" 85 "reason": "forced by layout"
96 }, 86 },
97 { 87 {
98 "object": "InlineTextBox '\n'", 88 "object": "InlineTextBox '\n'",
99 "reason": "forced by layout" 89 "reason": "forced by layout"
100 } 90 }
101 ] 91 ]
102 } 92 }
103 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698