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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/transform-inline-layered-child-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 (positioned) DIV id='box'",
13 "rect": [66, 85, 168, 192],
14 "reason": "subtree"
15 },
16 {
17 "object": "LayoutInline (relative positioned) SPAN id='child'",
18 "rect": [139, 359, 151, 181],
19 "reason": "subtree"
20 },
21 {
22 "object": "LayoutText #text",
23 "rect": [139, 359, 151, 181],
24 "reason": "subtree"
25 },
26 {
27 "object": "LayoutInline (relative positioned) SPAN id='child'",
28 "rect": [300, 300, 80, 162],
29 "reason": "subtree"
30 },
31 {
32 "object": "LayoutText #text",
33 "rect": [300, 301, 80, 161],
34 "reason": "subtree"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [147, 85, 1, 1],
39 "reason": "subtree"
40 }
41 ]
42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutBlockFlow (positioned) DIV id='box'",
47 "reason": "subtree"
48 },
49 {
50 "object": "RootInlineBox",
51 "reason": "subtree"
52 },
53 {
54 "object": "LayoutInline (relative positioned) SPAN id='child'",
55 "reason": "subtree"
56 },
57 {
58 "object": "InlineFlowBox",
59 "reason": "subtree"
60 },
61 {
62 "object": "InlineFlowBox",
63 "reason": "subtree"
64 },
65 {
66 "object": "InlineFlowBox",
67 "reason": "subtree"
68 },
69 {
70 "object": "InlineFlowBox",
71 "reason": "subtree"
72 },
73 {
74 "object": "InlineFlowBox",
75 "reason": "subtree"
76 },
77 {
78 "object": "InlineFlowBox",
79 "reason": "subtree"
80 },
81 {
82 "object": "InlineFlowBox",
83 "reason": "subtree"
84 },
85 {
86 "object": "InlineFlowBox",
87 "reason": "subtree"
88 },
89 {
90 "object": "InlineFlowBox",
91 "reason": "subtree"
92 },
93 {
94 "object": "LayoutText #text",
95 "reason": "subtree"
96 },
97 {
98 "object": "InlineTextBox 'A B C'",
99 "reason": "subtree"
100 },
101 {
102 "object": "InlineTextBox 'D E F'",
103 "reason": "subtree"
104 },
105 {
106 "object": "InlineTextBox 'G H I'",
107 "reason": "subtree"
108 },
109 {
110 "object": "InlineTextBox 'J K L'",
111 "reason": "subtree"
112 },
113 {
114 "object": "InlineTextBox 'M N O'",
115 "reason": "subtree"
116 },
117 {
118 "object": "InlineTextBox 'P Q R'",
119 "reason": "subtree"
120 },
121 {
122 "object": "InlineTextBox 'S T U'",
123 "reason": "subtree"
124 },
125 {
126 "object": "InlineTextBox 'V W X'",
127 "reason": "subtree"
128 },
129 {
130 "object": "InlineTextBox 'Y Z'",
131 "reason": "subtree"
132 },
133 {
134 "object": "LayoutText #text",
135 "reason": "subtree"
136 }
137 ]
138 }
139
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698