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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/delete-into-nested-block-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutBlockFlow DIV",
13 "rect": [7, 126, 786, 103],
14 "reason": "outline"
15 },
16 {
17 "object": "LayoutBlockFlow DIV id='two'",
18 "rect": [8, 147, 784, 41],
19 "reason": "layoutObject removal"
20 },
21 {
22 "object": "LayoutBlockFlow DIV",
23 "rect": [8, 167, 784, 21],
24 "reason": "layoutObject removal"
25 },
26 {
27 "object": "LayoutBlockFlow DIV",
28 "rect": [8, 147, 784, 21],
29 "reason": "layoutObject removal"
30 },
31 {
32 "object": "LayoutBlockFlow DIV id='one'",
33 "rect": [8, 127, 784, 21],
34 "reason": "full"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [8, 167, 30, 20],
39 "reason": "layoutObject removal"
40 },
41 {
42 "object": "LayoutText #text",
43 "rect": [8, 127, 30, 20],
44 "reason": "layoutObject insertion"
45 },
46 {
47 "object": "LayoutText #text",
48 "rect": [8, 147, 27, 20],
49 "reason": "layoutObject removal"
50 },
51 {
52 "object": "LayoutText #text",
53 "rect": [8, 127, 26, 20],
54 "reason": "layoutObject removal"
55 },
56 {
57 "object": "LayoutText #text",
58 "rect": [7, 126, 3, 22],
59 "reason": "invalidate paint rectangle"
60 }
61 ]
62 }
63 ],
64 "objectPaintInvalidations": [
65 {
66 "object": "LayoutText #text",
67 "reason": "layoutObject removal"
68 },
69 {
70 "object": "LayoutText #text",
71 "reason": "layoutObject removal"
72 },
73 {
74 "object": "LayoutBlockFlow DIV",
75 "reason": "layoutObject removal"
76 },
77 {
78 "object": "LayoutText #text",
79 "reason": "layoutObject removal"
80 },
81 {
82 "object": "LayoutBR BR",
83 "reason": "layoutObject removal"
84 },
85 {
86 "object": "LayoutBlockFlow DIV",
87 "reason": "layoutObject removal"
88 },
89 {
90 "object": "LayoutBlockFlow DIV id='two'",
91 "reason": "layoutObject removal"
92 },
93 {
94 "object": "LayoutBR BR",
95 "reason": "layoutObject removal"
96 },
97 {
98 "object": "LayoutText #text",
99 "reason": "layoutObject removal"
100 },
101 {
102 "object": "LayoutInline SPAN",
103 "reason": "layoutObject removal"
104 },
105 {
106 "object": "LayoutBlockFlow DIV",
107 "reason": "outline"
108 },
109 {
110 "object": "LayoutBlockFlow DIV id='one'",
111 "reason": "full"
112 },
113 {
114 "object": "RootInlineBox",
115 "reason": "full"
116 },
117 {
118 "object": "Caret",
119 "reason": "invalidate paint rectangle"
120 },
121 {
122 "object": "LayoutText #text",
123 "reason": "layoutObject insertion"
124 },
125 {
126 "object": "InlineTextBox 'three'",
127 "reason": "layoutObject insertion"
128 }
129 ]
130 }
131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698