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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-overflow-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow DIV", 12 "object": "LayoutBlockFlow DIV",
11 "rect": [8, 84, 200, 120], 13 "rect": [8, 84, 200, 120],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 }, 15 },
14 { 16 {
(...skipping 13 matching lines...) Expand all
28 }, 30 },
29 { 31 {
30 "object": "LayoutInline SPAN id='t'", 32 "object": "LayoutInline SPAN id='t'",
31 "rect": [38, 132, 36, 18], 33 "rect": [38, 132, 36, 18],
32 "reason": "style change" 34 "reason": "style change"
33 }, 35 },
34 { 36 {
35 "object": "LayoutText #text", 37 "object": "LayoutText #text",
36 "rect": [38, 132, 36, 18], 38 "rect": [38, 132, 36, 18],
37 "reason": "bounds change" 39 "reason": "bounds change"
38 },
39 {
40 "object": "InlineFlowBox",
41 "reason": "full"
42 },
43 {
44 "object": "InlineFlowBox",
45 "reason": "style change"
46 },
47 {
48 "object": "InlineTextBox ' eleifend lacus,'",
49 "reason": "full"
50 },
51 {
52 "object": "InlineTextBox ' eleifend'",
53 "reason": "bounds change"
54 },
55 {
56 "object": "InlineTextBox 'at sagittis eros leo pulvinar'",
57 "reason": "full"
58 },
59 {
60 "object": "InlineTextBox 'augue'",
61 "reason": "full"
62 },
63 {
64 "object": "InlineTextBox 'convallis,\n'",
65 "reason": "full"
66 },
67 {
68 "object": "InlineTextBox 'convallis.'",
69 "reason": "bounds change"
70 },
71 {
72 "object": "InlineTextBox 'lacus, at sagittis eros leo'",
73 "reason": "bounds change"
74 },
75 {
76 "object": "InlineTextBox 'pulvinar velit. Integer'",
77 "reason": "bounds change"
78 },
79 {
80 "object": "InlineTextBox 'purus'",
81 "reason": "full"
82 },
83 {
84 "object": "InlineTextBox 'purus'",
85 "reason": "bounds change"
86 },
87 {
88 "object": "InlineTextBox 'sollicitudin nisi ut urna blandit'",
89 "reason": "bounds change"
90 },
91 {
92 "object": "InlineTextBox 'ut urna blandit convallis.'",
93 "reason": "full"
94 },
95 {
96 "object": "InlineTextBox 'velit. Integer sollicitudin nisi'",
97 "reason": "full"
98 },
99 {
100 "object": "RootInlineBox",
101 "reason": "full"
102 },
103 {
104 "object": "RootInlineBox",
105 "reason": "full"
106 },
107 {
108 "object": "RootInlineBox",
109 "reason": "full"
110 },
111 {
112 "object": "RootInlineBox",
113 "reason": "full"
114 },
115 {
116 "object": "RootInlineBox",
117 "reason": "full"
118 } 40 }
119 ] 41 ]
120 } 42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutBlockFlow DIV",
47 "reason": "invalidate paint rectangle"
48 },
49 {
50 "object": "LayoutInline SPAN id='t'",
51 "reason": "style change"
52 },
53 {
54 "object": "InlineFlowBox",
55 "reason": "style change"
56 },
57 {
58 "object": "LayoutText #text",
59 "reason": "bounds change"
60 },
61 {
62 "object": "InlineTextBox 'purus'",
63 "reason": "bounds change"
64 },
65 {
66 "object": "LayoutText #text",
67 "reason": "bounds change"
68 },
69 {
70 "object": "InlineTextBox ' eleifend'",
71 "reason": "bounds change"
72 },
73 {
74 "object": "InlineTextBox 'lacus, at sagittis eros leo'",
75 "reason": "bounds change"
76 },
77 {
78 "object": "InlineTextBox 'pulvinar velit. Integer'",
79 "reason": "bounds change"
80 },
81 {
82 "object": "InlineTextBox 'sollicitudin nisi ut urna blandit'",
83 "reason": "bounds change"
84 },
85 {
86 "object": "InlineTextBox 'convallis.'",
87 "reason": "bounds change"
88 }
121 ] 89 ]
122 } 90 }
123 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698