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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/transform-inline-layered-child-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (positioned) DIV id='box'", 12 "object": "LayoutBlockFlow (positioned) DIV id='box'",
11 "rect": [61, 87, 178, 206], 13 "rect": [61, 87, 178, 206],
12 "reason": "subtree" 14 "reason": "subtree"
13 }, 15 },
14 { 16 {
(...skipping 13 matching lines...) Expand all
28 }, 30 },
29 { 31 {
30 "object": "LayoutText #text", 32 "object": "LayoutText #text",
31 "rect": [300, 302, 80, 176], 33 "rect": [300, 302, 80, 176],
32 "reason": "subtree" 34 "reason": "subtree"
33 }, 35 },
34 { 36 {
35 "object": "LayoutText #text", 37 "object": "LayoutText #text",
36 "rect": [151, 87, 1, 1], 38 "rect": [151, 87, 1, 1],
37 "reason": "subtree" 39 "reason": "subtree"
38 },
39 {
40 "object": "InlineFlowBox",
41 "reason": "subtree"
42 },
43 {
44 "object": "InlineFlowBox",
45 "reason": "subtree"
46 },
47 {
48 "object": "InlineFlowBox",
49 "reason": "subtree"
50 },
51 {
52 "object": "InlineFlowBox",
53 "reason": "subtree"
54 },
55 {
56 "object": "InlineFlowBox",
57 "reason": "subtree"
58 },
59 {
60 "object": "InlineFlowBox",
61 "reason": "subtree"
62 },
63 {
64 "object": "InlineFlowBox",
65 "reason": "subtree"
66 },
67 {
68 "object": "InlineFlowBox",
69 "reason": "subtree"
70 },
71 {
72 "object": "InlineFlowBox",
73 "reason": "subtree"
74 },
75 {
76 "object": "InlineTextBox 'A B C'",
77 "reason": "subtree"
78 },
79 {
80 "object": "InlineTextBox 'D E F'",
81 "reason": "subtree"
82 },
83 {
84 "object": "InlineTextBox 'G H I'",
85 "reason": "subtree"
86 },
87 {
88 "object": "InlineTextBox 'J K L'",
89 "reason": "subtree"
90 },
91 {
92 "object": "InlineTextBox 'M N O'",
93 "reason": "subtree"
94 },
95 {
96 "object": "InlineTextBox 'P Q R'",
97 "reason": "subtree"
98 },
99 {
100 "object": "InlineTextBox 'S T U'",
101 "reason": "subtree"
102 },
103 {
104 "object": "InlineTextBox 'V W X'",
105 "reason": "subtree"
106 },
107 {
108 "object": "InlineTextBox 'Y Z'",
109 "reason": "subtree"
110 },
111 {
112 "object": "RootInlineBox",
113 "reason": "full"
114 } 40 }
115 ] 41 ]
116 } 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 }
117 ] 137 ]
118 } 138 }
119 139
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698