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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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, 79, 152, 99], 13 "rect": [38, 78, 152, 102],
14 "reason": "invalidate paint rectangle" 14 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutBlockFlow DIV id='test'",
18 "rect": [38, 99, 152, 81],
19 "reason": "incremental"
20 },
21 {
22 "object": "LayoutBlockFlow DIV id='test'",
23 "rect": [38, 100, 152, 80],
24 "reason": "incremental"
25 }, 15 },
26 { 16 {
27 "object": "LayoutText #text", 17 "object": "LayoutText #text",
28 "rect": [39, 79, 146, 99], 18 "rect": [39, 79, 146, 99],
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, 78, 3, 21], 23 "rect": [38, 78, 3, 21],
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 world'",
42 "reason": "full"
43 },
44 {
45 "object": "InlineTextBox ' '",
46 "reason": "full"
47 },
48 {
49 "object": "InlineTextBox 'hello world hello world'",
50 "reason": "full"
51 },
52 {
53 "object": "InlineTextBox ' '",
54 "reason": "full"
55 },
56 {
57 "object": "InlineTextBox 'hello world hello world'",
58 "reason": "full"
59 },
60 {
61 "object": "InlineTextBox ' '",
62 "reason": "full"
63 },
64 {
65 "object": "InlineTextBox 'hello world hello world'",
66 "reason": "full"
67 },
68 {
69 "object": "InlineTextBox ' '",
70 "reason": "full"
71 },
72 {
73 "object": "InlineTextBox 'hello'",
74 "reason": "full"
75 },
76 {
77 "object": "LayoutText #text", 31 "object": "LayoutText #text",
78 "reason": "layoutObject removal" 32 "reason": "layoutObject removal"
79 }, 33 },
80 { 34 {
81 "object": "RootInlineBox", 35 "object": "LayoutBlockFlow DIV id='test'",
82 "reason": "full" 36 "reason": "forced by layout"
83 }, 37 },
84 { 38 {
85 "object": "RootInlineBox", 39 "object": "RootInlineBox",
86 "reason": "full" 40 "reason": "forced by layout"
87 }, 41 },
88 { 42 {
89 "object": "RootInlineBox", 43 "object": "LayoutBR BR",
90 "reason": "full" 44 "reason": "forced by layout"
91 },
92 {
93 "object": "RootInlineBox",
94 "reason": "full"
95 }, 45 },
96 { 46 {
97 "object": "InlineTextBox '\n'", 47 "object": "InlineTextBox '\n'",
98 "reason": "full" 48 "reason": "forced by layout"
99 },
100 {
101 "object": "RootInlineBox",
102 "reason": "full"
103 }, 49 },
104 { 50 {
105 "object": "LayoutBlockFlow DIV id='test'", 51 "object": "LayoutBlockFlow DIV id='test'",
106 "reason": "incremental"
107 },
108 {
109 "object": "LayoutBlockFlow DIV id='test'",
110 "reason": "invalidate paint rectangle"
111 },
112 {
113 "object": "RootInlineBox",
114 "reason": "incremental"
115 },
116 {
117 "object": "LayoutBR BR",
118 "reason": "bounds change"
119 },
120 {
121 "object": "InlineTextBox '\n'",
122 "reason": "bounds change"
123 },
124 {
125 "object": "LayoutBlockFlow DIV id='test'",
126 "reason": "invalidate paint rectangle" 52 "reason": "invalidate paint rectangle"
127 } 53 }
128 ] 54 ]
129 } 55 }
130 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698