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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-text-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": "LayoutMultiColumnFlowThread (anonymous)", 10 "object": "LayoutMultiColumnFlowThread (anonymous)",
11 "rect": [8, 8, 630, 20], 11 "rect": [8, 8, 630, 20],
12 "reason": "border box change" 12 "reason": "border box change"
13 },
14 {
15 "object": "LayoutText #text",
16 "rect": [488, 8, 80, 20],
17 "reason": "layoutObject insertion"
18 } 13 }
19 ] 14 ]
20 } 15 }
21 ], 16 ],
22 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
23 { 18 {
24 "object": "LayoutMultiColumnFlowThread (anonymous)", 19 "object": "LayoutMultiColumnFlowThread (anonymous)",
25 "reason": "border box change" 20 "reason": "border box change"
26 }, 21 },
27 { 22 {
(...skipping 20 matching lines...) Expand all
48 "object": "LayoutText #text", 43 "object": "LayoutText #text",
49 "reason": "layoutObject insertion" 44 "reason": "layoutObject insertion"
50 }, 45 },
51 { 46 {
52 "object": "InlineTextBox 'PASS'", 47 "object": "InlineTextBox 'PASS'",
53 "reason": "layoutObject insertion" 48 "reason": "layoutObject insertion"
54 } 49 }
55 ] 50 ]
56 } 51 }
57 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698