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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [8, 40, 784, 105],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutInline (relative positioned) SPAN id='target'",
16 "rect": [8, 220, 100, 104],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutInline (relative positioned) SPAN id='target'",
21 "rect": [8, 200, 100, 104],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutInline (relative positioned) SPAN",
26 "rect": [8, 120, 100, 104],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutBlockFlow DIV",
31 "rect": [8, 220, 100, 100],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [8, 220, 100, 100],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutBlockFlow DIV",
41 "rect": [8, 200, 100, 100],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [8, 200, 100, 100],
47 "reason": "bounds change"
48 }
49 ]
50 }
51 ],
52 "objectPaintInvalidations": [
53 {
54 "object": "LayoutBlockFlow (anonymous)",
55 "reason": "forced by layout"
56 },
57 {
58 "object": "RootInlineBox",
59 "reason": "forced by layout"
60 },
61 {
62 "object": "LayoutInline (relative positioned) SPAN",
63 "reason": "forced by layout"
64 },
65 {
66 "object": "InlineFlowBox",
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutInline (relative positioned) SPAN id='target'",
71 "reason": "forced by layout"
72 },
73 {
74 "object": "InlineFlowBox",
75 "reason": "forced by layout"
76 },
77 {
78 "object": "LayoutText #text",
79 "reason": "location change"
80 },
81 {
82 "object": "LayoutBlockFlow DIV",
83 "reason": "forced by layout"
84 },
85 {
86 "object": "RootInlineBox",
87 "reason": "forced by layout"
88 },
89 {
90 "object": "LayoutText #text",
91 "reason": "bounds change"
92 },
93 {
94 "object": "InlineTextBox 'x'",
95 "reason": "bounds change"
96 },
97 {
98 "object": "LayoutText #text",
99 "reason": "location change"
100 }
101 ]
102 }
103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698