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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698