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

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

Issue 2086703002: Auto-rebaseline for r400760 (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 "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": [
(...skipping 30 matching lines...) Expand all
41 { 41 {
42 "object": "LayoutText #text", 42 "object": "LayoutText #text",
43 "rect": [39, 79, 32, 19], 43 "rect": [39, 79, 32, 19],
44 "reason": "selection" 44 "reason": "selection"
45 } 45 }
46 ] 46 ]
47 } 47 }
48 ], 48 ],
49 "objectPaintInvalidations": [ 49 "objectPaintInvalidations": [
50 { 50 {
51 "object": "InlineTextBox 'world hello world'",
52 "reason": "full"
53 },
54 {
55 "object": "InlineTextBox ' '",
56 "reason": "full"
57 },
58 {
59 "object": "InlineTextBox 'hello world hello world'",
60 "reason": "full"
61 },
62 {
63 "object": "InlineTextBox ' '",
64 "reason": "full"
65 },
66 {
67 "object": "InlineTextBox 'hello world hello world'",
68 "reason": "full"
69 },
70 {
71 "object": "InlineTextBox ' '",
72 "reason": "full"
73 },
74 {
75 "object": "InlineTextBox 'hello world hello world'",
76 "reason": "full"
77 },
78 {
79 "object": "InlineTextBox ' '",
80 "reason": "full"
81 },
82 {
83 "object": "InlineTextBox 'hello'",
84 "reason": "full"
85 },
86 {
51 "object": "LayoutText #text", 87 "object": "LayoutText #text",
52 "reason": "layoutObject removal" 88 "reason": "layoutObject removal"
53 }, 89 },
54 { 90 {
55 "object": "LayoutInline SPAN id='removeme'", 91 "object": "LayoutInline SPAN id='removeme'",
56 "reason": "layoutObject removal" 92 "reason": "layoutObject removal"
57 }, 93 },
58 { 94 {
95 "object": "InlineTextBox 'hello '",
96 "reason": "full"
97 },
98 {
99 "object": "RootInlineBox",
100 "reason": "full"
101 },
102 {
103 "object": "RootInlineBox",
104 "reason": "full"
105 },
106 {
107 "object": "RootInlineBox",
108 "reason": "full"
109 },
110 {
111 "object": "RootInlineBox",
112 "reason": "full"
113 },
114 {
115 "object": "InlineTextBox ' world'",
116 "reason": "full"
117 },
118 {
119 "object": "InlineTextBox '\n'",
120 "reason": "full"
121 },
122 {
123 "object": "RootInlineBox",
124 "reason": "full"
125 },
126 {
59 "object": "LayoutBlockFlow HTML", 127 "object": "LayoutBlockFlow HTML",
60 "reason": "selection" 128 "reason": "selection"
61 }, 129 },
62 { 130 {
63 "object": "LayoutBlockFlow BODY", 131 "object": "LayoutBlockFlow BODY",
64 "reason": "selection" 132 "reason": "selection"
65 }, 133 },
66 { 134 {
67 "object": "LayoutBlockFlow DIV id='test'", 135 "object": "LayoutBlockFlow DIV id='test'",
68 "reason": "selection" 136 "reason": "selection"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "object": "LayoutBR BR", 175 "object": "LayoutBR BR",
108 "reason": "bounds change" 176 "reason": "bounds change"
109 }, 177 },
110 { 178 {
111 "object": "InlineTextBox '\n'", 179 "object": "InlineTextBox '\n'",
112 "reason": "bounds change" 180 "reason": "bounds change"
113 } 181 }
114 ] 182 ]
115 } 183 }
116 184
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698