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

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

Issue 2087483002: Auto-rebaseline for r400605 (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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow DIV id='test'", 12 "object": "LayoutBlockFlow DIV id='test'",
11 "rect": [38, 75, 152, 107], 13 "rect": [38, 75, 152, 107],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 }, 15 },
14 { 16 {
15 "object": "LayoutBlockFlow DIV id='test'", 17 "object": "LayoutBlockFlow DIV id='test'",
16 "rect": [38, 93, 152, 91], 18 "rect": [38, 93, 152, 91],
17 "reason": "incremental" 19 "reason": "incremental"
18 }, 20 },
19 { 21 {
20 "object": "LayoutBlockFlow DIV id='test'", 22 "object": "LayoutBlockFlow DIV id='test'",
21 "rect": [38, 94, 152, 90], 23 "rect": [38, 94, 152, 90],
22 "reason": "incremental" 24 "reason": "incremental"
23 }, 25 },
24 { 26 {
25 "object": "LayoutText #text", 27 "object": "LayoutText #text",
26 "rect": [39, 75, 123, 107], 28 "rect": [39, 75, 123, 107],
27 "reason": "layoutObject removal" 29 "reason": "layoutObject removal"
28 }, 30 },
29 { 31 {
30 "object": "LayoutBlockFlow DIV id='test'", 32 "object": "LayoutBlockFlow DIV id='test'",
31 "rect": [38, 74, 3, 19], 33 "rect": [38, 74, 3, 19],
32 "reason": "invalidate paint rectangle" 34 "reason": "invalidate paint rectangle"
33 },
34 {
35 "object": "InlineTextBox '\n'",
36 "reason": "full"
37 },
38 {
39 "object": "InlineTextBox '\n'",
40 "reason": "bounds change"
41 },
42 {
43 "object": "InlineTextBox ' '",
44 "reason": "full"
45 },
46 {
47 "object": "InlineTextBox ' '",
48 "reason": "full"
49 },
50 {
51 "object": "InlineTextBox ' '",
52 "reason": "full"
53 },
54 {
55 "object": "InlineTextBox ' '",
56 "reason": "full"
57 },
58 {
59 "object": "InlineTextBox ' '",
60 "reason": "full"
61 },
62 {
63 "object": "InlineTextBox 'hello world hello'",
64 "reason": "full"
65 },
66 {
67 "object": "InlineTextBox 'hello world hello'",
68 "reason": "full"
69 },
70 {
71 "object": "InlineTextBox 'hello world hello'",
72 "reason": "full"
73 },
74 {
75 "object": "InlineTextBox 'world hello world'",
76 "reason": "full"
77 },
78 {
79 "object": "InlineTextBox 'world hello world'",
80 "reason": "full"
81 },
82 {
83 "object": "InlineTextBox 'world hello'",
84 "reason": "full"
85 },
86 {
87 "object": "LayoutBR BR",
88 "reason": "bounds change"
89 },
90 {
91 "object": "RootInlineBox",
92 "reason": "full"
93 },
94 {
95 "object": "RootInlineBox",
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": "RootInlineBox",
116 "reason": "full"
117 } 35 }
118 ] 36 ]
119 } 37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutText #text",
42 "reason": "layoutObject removal"
43 },
44 {
45 "object": "LayoutBlockFlow DIV id='test'",
46 "reason": "incremental"
47 },
48 {
49 "object": "LayoutBlockFlow DIV id='test'",
50 "reason": "invalidate paint rectangle"
51 },
52 {
53 "object": "RootInlineBox",
54 "reason": "incremental"
55 },
56 {
57 "object": "LayoutBR BR",
58 "reason": "bounds change"
59 },
60 {
61 "object": "InlineTextBox '\n'",
62 "reason": "bounds change"
63 },
64 {
65 "object": "LayoutBlockFlow DIV id='test'",
66 "reason": "invalidate paint rectangle"
67 }
120 ] 68 ]
121 } 69 }
122 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698