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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/box-inline-resize-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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 H2", 10 "object": "LayoutBlockFlow H2",
11 "rect": [40, 103, 113, 28], 11 "rect": [40, 103, 113, 28],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow H2", 15 "object": "LayoutBlockFlow H2",
16 "rect": [8, 103, 113, 28], 16 "rect": [8, 103, 113, 28],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text",
21 "rect": [40, 103, 113, 27],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [8, 103, 113, 27],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutBlockFlow (anonymous)", 20 "object": "LayoutBlockFlow (anonymous)",
31 "rect": [8, 84, 32, 67], 21 "rect": [8, 84, 32, 67],
32 "reason": "forced by layout" 22 "reason": "forced by layout"
33 } 23 }
34 ] 24 ]
35 } 25 }
36 ], 26 ],
37 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
38 { 28 {
39 "object": "LayoutBlockFlow (anonymous)", 29 "object": "LayoutBlockFlow (anonymous)",
(...skipping 19 matching lines...) Expand all
59 "object": "LayoutText #text", 49 "object": "LayoutText #text",
60 "reason": "bounds change" 50 "reason": "bounds change"
61 }, 51 },
62 { 52 {
63 "object": "InlineTextBox 'Chromium'", 53 "object": "InlineTextBox 'Chromium'",
64 "reason": "bounds change" 54 "reason": "bounds change"
65 } 55 }
66 ] 56 ]
67 } 57 }
68 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698