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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-after-delete-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow DIV id='test'", 12 "object": "LayoutBlockFlow DIV id='test'",
13 "rect": [38, 75, 152, 107], 13 "rect": [38, 74, 152, 110],
14 "reason": "invalidate paint rectangle" 14 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutBlockFlow DIV id='test'",
18 "rect": [38, 93, 152, 91],
19 "reason": "incremental"
20 },
21 {
22 "object": "LayoutBlockFlow DIV id='test'",
23 "rect": [38, 94, 152, 90],
24 "reason": "incremental"
25 }, 15 },
26 { 16 {
27 "object": "LayoutText #text", 17 "object": "LayoutText #text",
28 "rect": [39, 75, 123, 107], 18 "rect": [39, 75, 123, 107],
29 "reason": "layoutObject removal" 19 "reason": "layoutObject removal"
30 }, 20 },
31 { 21 {
32 "object": "LayoutBlockFlow DIV id='test'", 22 "object": "LayoutBlockFlow DIV id='test'",
33 "rect": [38, 74, 3, 19], 23 "rect": [38, 74, 3, 19],
34 "reason": "invalidate paint rectangle" 24 "reason": "invalidate paint rectangle"
35 } 25 }
36 ] 26 ]
37 } 27 }
38 ], 28 ],
39 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
40 { 30 {
41 "object": "InlineTextBox 'hello world hello'",
42 "reason": "full"
43 },
44 {
45 "object": "InlineTextBox ' '",
46 "reason": "full"
47 },
48 {
49 "object": "InlineTextBox 'world hello world'",
50 "reason": "full"
51 },
52 {
53 "object": "InlineTextBox ' '",
54 "reason": "full"
55 },
56 {
57 "object": "InlineTextBox 'hello world hello'",
58 "reason": "full"
59 },
60 {
61 "object": "InlineTextBox ' '",
62 "reason": "full"
63 },
64 {
65 "object": "InlineTextBox 'world hello world'",
66 "reason": "full"
67 },
68 {
69 "object": "InlineTextBox ' '",
70 "reason": "full"
71 },
72 {
73 "object": "InlineTextBox 'hello world hello'",
74 "reason": "full"
75 },
76 {
77 "object": "InlineTextBox ' '",
78 "reason": "full"
79 },
80 {
81 "object": "InlineTextBox 'world hello'",
82 "reason": "full"
83 },
84 {
85 "object": "LayoutText #text", 31 "object": "LayoutText #text",
86 "reason": "layoutObject removal" 32 "reason": "layoutObject removal"
87 }, 33 },
88 { 34 {
89 "object": "RootInlineBox", 35 "object": "LayoutBlockFlow DIV id='test'",
90 "reason": "full" 36 "reason": "forced by layout"
91 }, 37 },
92 { 38 {
93 "object": "RootInlineBox", 39 "object": "RootInlineBox",
94 "reason": "full" 40 "reason": "forced by layout"
95 }, 41 },
96 { 42 {
97 "object": "RootInlineBox", 43 "object": "LayoutBR BR",
98 "reason": "full" 44 "reason": "forced by layout"
99 },
100 {
101 "object": "RootInlineBox",
102 "reason": "full"
103 },
104 {
105 "object": "RootInlineBox",
106 "reason": "full"
107 }, 45 },
108 { 46 {
109 "object": "InlineTextBox '\n'", 47 "object": "InlineTextBox '\n'",
110 "reason": "full" 48 "reason": "forced by layout"
111 },
112 {
113 "object": "RootInlineBox",
114 "reason": "full"
115 }, 49 },
116 { 50 {
117 "object": "LayoutBlockFlow DIV id='test'", 51 "object": "LayoutBlockFlow DIV id='test'",
118 "reason": "incremental"
119 },
120 {
121 "object": "LayoutBlockFlow DIV id='test'",
122 "reason": "invalidate paint rectangle"
123 },
124 {
125 "object": "RootInlineBox",
126 "reason": "incremental"
127 },
128 {
129 "object": "LayoutBR BR",
130 "reason": "bounds change"
131 },
132 {
133 "object": "InlineTextBox '\n'",
134 "reason": "bounds change"
135 },
136 {
137 "object": "LayoutBlockFlow DIV id='test'",
138 "reason": "invalidate paint rectangle" 52 "reason": "invalidate paint rectangle"
139 } 53 }
140 ] 54 ]
141 } 55 }
142 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698