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

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

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [43, 178, 1, 18], 9 {
10 [43, 148, 1, 18], 10 "object": "InlineFlowBox",
11 [8, 178, 36, 18], 11 "rect": [0, 0, 0, 0],
12 [8, 166, 784, 30], 12 "reason": "style change"
13 [8, 148, 36, 18], 13 },
14 [8, 145, 4, 18], 14 {
15 [8, 145, 4, 18], 15 "object": "InlineTextBox '\n'",
16 [8, 130, 784, 66], 16 "rect": [0, 0, 0, 0],
17 [8, 130, 4, 18] 17 "reason": "full"
18 ], 18 },
19 "paintInvalidationClients": [ 19 {
20 "InlineTextBox ''", 20 "object": "InlineTextBox '\n'",
21 "InlineTextBox '\n'", 21 "rect": [0, 0, 0, 0],
22 "RootInlineBox", 22 "reason": "bounds change"
23 "LayoutBlockFlow P", 23 },
24 "LayoutBlockFlow P", 24 {
25 "RootInlineBox", 25 "object": "InlineTextBox '\n'",
26 "LayoutInline SPAN id='d'", 26 "rect": [0, 0, 0, 0],
27 "InlineFlowBox", 27 "reason": "bounds change"
28 "LayoutText #text", 28 },
29 "InlineTextBox '\u00A0'", 29 {
30 "LayoutBR BR", 30 "object": "InlineTextBox ''",
31 "InlineTextBox '\n'", 31 "rect": [0, 0, 0, 0],
32 "LayoutText #text", 32 "reason": "full"
33 "InlineTextBox 'Hello'", 33 },
34 "LayoutBR BR", 34 {
35 "InlineTextBox '\n'" 35 "object": "InlineTextBox 'Hello'",
36 "rect": [0, 0, 0, 0],
37 "reason": "bounds change"
38 },
39 {
40 "object": "InlineTextBox '\u00A0'",
41 "rect": [0, 0, 0, 0],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutBR BR",
46 "rect": [0, 0, 0, 0],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutBR BR",
51 "rect": [43, 148, 1, 18],
52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutBR BR",
56 "rect": [43, 178, 1, 18],
57 "reason": "bounds change"
58 },
59 {
60 "object": "LayoutBlockFlow P",
61 "rect": [8, 166, 784, 30],
62 "reason": "incremental"
63 },
64 {
65 "object": "LayoutBlockFlow P",
66 "rect": [8, 130, 784, 66],
67 "reason": "invalidate paint rectangle"
68 },
69 {
70 "object": "LayoutInline SPAN id='d'",
71 "rect": [8, 145, 4, 18],
72 "reason": "style change"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [8, 130, 4, 18],
77 "reason": "style change"
78 },
79 {
80 "object": "LayoutText #text",
81 "rect": [8, 145, 4, 18],
82 "reason": "style change"
83 },
84 {
85 "object": "LayoutText #text",
86 "rect": [8, 148, 36, 18],
87 "reason": "bounds change"
88 },
89 {
90 "object": "LayoutText #text",
91 "rect": [8, 178, 36, 18],
92 "reason": "bounds change"
93 },
94 {
95 "object": "RootInlineBox",
96 "rect": [0, 0, 0, 0],
97 "reason": "full"
98 },
99 {
100 "object": "RootInlineBox",
101 "rect": [0, 0, 0, 0],
102 "reason": "full"
103 }
36 ] 104 ]
37 } 105 }
38 ] 106 ]
39 } 107 }
40 108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698