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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt

Issue 2080783003: 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": [785, 2350], 3 "bounds": [785, 2350],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [785, 2350], 7 "bounds": [785, 2350],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (positioned) DIV id='absolute'", 12 "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
11 "rect": [8, 2000, 777, 350], 13 "rect": [8, 2000, 777, 350],
12 "reason": "subtree" 14 "reason": "subtree"
13 }, 15 },
14 { 16 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 }, 50 },
49 { 51 {
50 "object": "LayoutText #text", 52 "object": "LayoutText #text",
51 "rect": [8, 2197, 653, 106], 53 "rect": [8, 2197, 653, 106],
52 "reason": "subtree" 54 "reason": "subtree"
53 }, 55 },
54 { 56 {
55 "object": "LayoutText #text", 57 "object": "LayoutText #text",
56 "rect": [8, 2197, 653, 106], 58 "rect": [8, 2197, 653, 106],
57 "reason": "subtree" 59 "reason": "subtree"
58 },
59 {
60 "object": "InlineTextBox 'This test checks that switching opacity'",
61 "reason": "subtree"
62 },
63 {
64 "object": "InlineTextBox 'This test checks that switching opacity'",
65 "reason": "subtree"
66 },
67 {
68 "object": "InlineTextBox 'This text should be visible in the'",
69 "reason": "subtree"
70 },
71 {
72 "object": "InlineTextBox 'This text should be visible in the'",
73 "reason": "subtree"
74 },
75 {
76 "object": "InlineTextBox 'invalidates the full subtree.'",
77 "reason": "subtree"
78 },
79 {
80 "object": "InlineTextBox 'invalidates the full subtree.'",
81 "reason": "subtree"
82 },
83 {
84 "object": "InlineTextBox 'output.'",
85 "reason": "subtree"
86 },
87 {
88 "object": "InlineTextBox 'output.'",
89 "reason": "subtree"
90 },
91 {
92 "object": "LayoutBlockFlow DIV id='container'",
93 "reason": "subtree"
94 },
95 {
96 "object": "LayoutBlockFlow DIV id='container'",
97 "reason": "subtree"
98 },
99 {
100 "object": "RootInlineBox",
101 "reason": "full"
102 },
103 {
104 "object": "RootInlineBox",
105 "reason": "full"
106 } 60 }
107 ] 61 ]
108 } 62 }
63 ],
64 "objectPaintInvalidations": [
65 {
66 "object": "LayoutBlockFlow DIV id='container'",
67 "reason": "subtree"
68 },
69 {
70 "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
71 "reason": "subtree"
72 },
73 {
74 "object": "LayoutBlockFlow P",
75 "reason": "subtree"
76 },
77 {
78 "object": "LayoutText #text",
79 "reason": "subtree"
80 },
81 {
82 "object": "InlineTextBox 'This test checks that switching opacity'",
83 "reason": "subtree"
84 },
85 {
86 "object": "InlineTextBox 'invalidates the full subtree.'",
87 "reason": "subtree"
88 },
89 {
90 "object": "LayoutBlockFlow P",
91 "reason": "subtree"
92 },
93 {
94 "object": "LayoutText #text",
95 "reason": "subtree"
96 },
97 {
98 "object": "InlineTextBox 'This text should be visible in the'",
99 "reason": "subtree"
100 },
101 {
102 "object": "InlineTextBox 'output.'",
103 "reason": "subtree"
104 },
105 {
106 "object": "LayoutBlockFlow DIV id='container'",
107 "reason": "subtree"
108 },
109 {
110 "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
111 "reason": "subtree"
112 },
113 {
114 "object": "LayoutBlockFlow P",
115 "reason": "subtree"
116 },
117 {
118 "object": "RootInlineBox",
119 "reason": "subtree"
120 },
121 {
122 "object": "LayoutText #text",
123 "reason": "subtree"
124 },
125 {
126 "object": "InlineTextBox 'This test checks that switching opacity'",
127 "reason": "subtree"
128 },
129 {
130 "object": "InlineTextBox 'invalidates the full subtree.'",
131 "reason": "subtree"
132 },
133 {
134 "object": "LayoutBlockFlow P",
135 "reason": "subtree"
136 },
137 {
138 "object": "RootInlineBox",
139 "reason": "subtree"
140 },
141 {
142 "object": "LayoutText #text",
143 "reason": "subtree"
144 },
145 {
146 "object": "InlineTextBox 'This text should be visible in the'",
147 "reason": "subtree"
148 },
149 {
150 "object": "InlineTextBox 'output.'",
151 "reason": "subtree"
152 }
109 ] 153 ]
110 } 154 }
111 155
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698