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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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 [8, 184, 32, 19], 9 {
10 [8, 176, 784, 28], 10 "object": "InlineFlowBox",
11 [8, 156, 32, 19], 11 "rect": [0, 0, 0, 0],
12 [8, 150, 4, 19], 12 "reason": "style change"
13 [8, 150, 4, 19], 13 },
14 [8, 136, 784, 67], 14 {
15 [8, 136, 4, 19] 15 "object": "InlineTextBox '\n'",
16 ], 16 "rect": [0, 0, 0, 0],
17 "paintInvalidationClients": [ 17 "reason": "full"
18 "InlineTextBox ''", 18 },
19 "InlineTextBox '\n'", 19 {
20 "RootInlineBox", 20 "object": "InlineTextBox '\n'",
21 "LayoutBlockFlow P", 21 "rect": [0, 0, 0, 0],
22 "LayoutBlockFlow P", 22 "reason": "bounds change"
23 "RootInlineBox", 23 },
24 "LayoutInline SPAN id='d'", 24 {
25 "InlineFlowBox", 25 "object": "InlineTextBox '\n'",
26 "LayoutText #text", 26 "rect": [0, 0, 0, 0],
27 "InlineTextBox '\u00A0'", 27 "reason": "bounds change"
28 "LayoutBR BR", 28 },
29 "InlineTextBox '\n'", 29 {
30 "LayoutText #text", 30 "object": "InlineTextBox ''",
31 "InlineTextBox 'Hello'", 31 "rect": [0, 0, 0, 0],
32 "LayoutBR BR", 32 "reason": "full"
33 "InlineTextBox '\n'" 33 },
34 {
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": [0, 0, 0, 0],
52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutBlockFlow P",
56 "rect": [8, 176, 784, 28],
57 "reason": "incremental"
58 },
59 {
60 "object": "LayoutBlockFlow P",
61 "rect": [8, 136, 784, 67],
62 "reason": "invalidate paint rectangle"
63 },
64 {
65 "object": "LayoutInline SPAN id='d'",
66 "rect": [8, 150, 4, 19],
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutText #text",
71 "rect": [8, 136, 4, 19],
72 "reason": "style change"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [8, 150, 4, 19],
77 "reason": "style change"
78 },
79 {
80 "object": "LayoutText #text",
81 "rect": [8, 156, 32, 19],
82 "reason": "bounds change"
83 },
84 {
85 "object": "LayoutText #text",
86 "rect": [8, 184, 32, 19],
87 "reason": "bounds change"
88 },
89 {
90 "object": "RootInlineBox",
91 "rect": [0, 0, 0, 0],
92 "reason": "full"
93 },
94 {
95 "object": "RootInlineBox",
96 "rect": [0, 0, 0, 0],
97 "reason": "full"
98 }
34 ] 99 ]
35 } 100 }
36 ] 101 ]
37 } 102 }
38 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698