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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-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 (anonymous)",
13 "rect": [8, 40, 784, 105],
14 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutInline (relative positioned) SPAN id='target'",
18 "rect": [8, 220, 100, 104],
19 "reason": "forced by layout"
20 },
21 {
22 "object": "LayoutInline (relative positioned) SPAN id='target'",
23 "rect": [8, 200, 100, 104],
24 "reason": "forced by layout"
25 },
26 {
27 "object": "LayoutInline (relative positioned) SPAN",
28 "rect": [8, 120, 100, 104],
29 "reason": "forced by layout"
30 },
31 {
32 "object": "LayoutBlockFlow DIV",
33 "rect": [8, 220, 100, 100],
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [8, 220, 100, 100],
39 "reason": "bounds change"
40 },
41 {
42 "object": "LayoutBlockFlow DIV",
43 "rect": [8, 200, 100, 100],
44 "reason": "forced by layout"
45 },
46 {
47 "object": "LayoutText #text",
48 "rect": [8, 200, 100, 100],
49 "reason": "bounds change"
50 }
51 ]
52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutBlockFlow (anonymous)",
57 "reason": "forced by layout"
58 },
59 {
60 "object": "RootInlineBox",
61 "reason": "forced by layout"
62 },
63 {
64 "object": "LayoutInline (relative positioned) SPAN",
65 "reason": "forced by layout"
66 },
67 {
68 "object": "InlineFlowBox",
69 "reason": "forced by layout"
70 },
71 {
72 "object": "LayoutInline (relative positioned) SPAN id='target'",
73 "reason": "forced by layout"
74 },
75 {
76 "object": "InlineFlowBox",
77 "reason": "forced by layout"
78 },
79 {
80 "object": "LayoutText #text",
81 "reason": "location change"
82 },
83 {
84 "object": "LayoutBlockFlow DIV",
85 "reason": "forced by layout"
86 },
87 {
88 "object": "RootInlineBox",
89 "reason": "forced by layout"
90 },
91 {
92 "object": "LayoutText #text",
93 "reason": "bounds change"
94 },
95 {
96 "object": "InlineTextBox 'x'",
97 "reason": "bounds change"
98 },
99 {
100 "object": "LayoutText #text",
101 "reason": "location change"
102 }
103 ]
104 }
105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698