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

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

Issue 2543073004: Manually rebaseline some paint/invalidation tests (Closed)
Patch Set: Created 4 years 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)",
11 "rect": [9, 9, 400, 100],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutInline SPAN id='a'", 15 "object": "LayoutInline SPAN id='a'",
11 "rect": [234, 9, 300, 59], 16 "rect": [234, 9, 300, 59],
12 "reason": "forced by layout" 17 "reason": "forced by layout"
13 }, 18 },
14 { 19 {
15 "object": "LayoutText #text", 20 "object": "LayoutText #text",
16 "rect": [234, 15, 300, 50], 21 "rect": [234, 15, 300, 50],
17 "reason": "full" 22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [234, 15, 50, 50],
27 "reason": "layoutObject removal"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [9, 9, 13, 59],
32 "reason": "forced by layout"
18 } 33 }
19 ] 34 ]
20 } 35 }
21 ], 36 ],
22 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
23 { 38 {
39 "object": "LayoutText #text",
40 "reason": "layoutObject removal"
41 },
42 {
43 "object": "LayoutMultiColumnFlowThread (anonymous)",
44 "reason": "forced by layout"
45 },
46 {
47 "object": "RootInlineBox",
48 "reason": "forced by layout"
49 },
50 {
51 "object": "LayoutText #text",
52 "reason": "forced by layout"
53 },
54 {
55 "object": "InlineTextBox '\u00A0'",
56 "reason": "forced by layout"
57 },
58 {
59 "object": "LayoutBR BR",
60 "reason": "forced by layout"
61 },
62 {
63 "object": "InlineTextBox '\n'",
64 "reason": "forced by layout"
65 },
66 {
24 "object": "LayoutInline SPAN id='a'", 67 "object": "LayoutInline SPAN id='a'",
25 "reason": "forced by layout" 68 "reason": "forced by layout"
26 }, 69 },
27 { 70 {
28 "object": "InlineFlowBox", 71 "object": "InlineFlowBox",
29 "reason": "forced by layout" 72 "reason": "forced by layout"
30 }, 73 },
31 { 74 {
32 "object": "LayoutText #text", 75 "object": "LayoutText #text",
33 "reason": "full" 76 "reason": "layoutObject insertion"
34 }, 77 },
35 { 78 {
36 "object": "InlineTextBox 'XXXXXX'", 79 "object": "InlineTextBox 'XXXXXX'",
37 "reason": "full" 80 "reason": "layoutObject insertion"
38 } 81 }
39 ] 82 ]
40 } 83 }
41 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698