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

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

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [785, 2350], 2 "bounds": [785, 2350],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 2350], 5 "bounds": [785, 2350],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [8, 2197, 777, 106], 9 {
10 [8, 2197, 777, 106], 10 "object": "InlineTextBox 'This test checks that switching opacity'",
11 [8, 2197, 653, 106], 11 "rect": [0, 0, 0, 0],
12 [8, 2197, 653, 106], 12 "reason": "layer"
13 [8, 2047, 777, 106], 13 },
14 [8, 2047, 777, 106], 14 {
15 [8, 2047, 774, 106], 15 "object": "InlineTextBox 'This test checks that switching opacity'",
16 [8, 2047, 774, 106], 16 "rect": [0, 0, 0, 0],
17 [8, 2000, 777, 350], 17 "reason": "style change"
18 [8, 2000, 777, 350] 18 },
19 ], 19 {
20 "paintInvalidationClients": [ 20 "object": "InlineTextBox 'This text should be visible in the'",
21 "LayoutBlockFlow DIV id='container'", 21 "rect": [0, 0, 0, 0],
22 "LayoutBlockFlow (positioned) DIV id='absolute'", 22 "reason": "layer"
23 "LayoutBlockFlow P", 23 },
24 "LayoutText #text", 24 {
25 "InlineTextBox 'This test checks that switching opacity'", 25 "object": "InlineTextBox 'This text should be visible in the'",
26 "InlineTextBox 'invalidates the full subtree.'", 26 "rect": [0, 0, 0, 0],
27 "LayoutBlockFlow P", 27 "reason": "style change"
28 "LayoutText #text", 28 },
29 "InlineTextBox 'This text should be visible in the'", 29 {
30 "InlineTextBox 'output.'", 30 "object": "InlineTextBox 'invalidates the full subtree.'",
31 "LayoutBlockFlow DIV id='container'", 31 "rect": [0, 0, 0, 0],
32 "LayoutBlockFlow (positioned) DIV id='absolute'", 32 "reason": "layer"
33 "LayoutBlockFlow P", 33 },
34 "RootInlineBox", 34 {
35 "LayoutText #text", 35 "object": "InlineTextBox 'invalidates the full subtree.'",
36 "InlineTextBox 'This test checks that switching opacity'", 36 "rect": [0, 0, 0, 0],
37 "InlineTextBox 'invalidates the full subtree.'", 37 "reason": "style change"
38 "LayoutBlockFlow P", 38 },
39 "RootInlineBox", 39 {
40 "LayoutText #text", 40 "object": "InlineTextBox 'output.'",
41 "InlineTextBox 'This text should be visible in the'", 41 "rect": [0, 0, 0, 0],
42 "InlineTextBox 'output.'" 42 "reason": "layer"
43 },
44 {
45 "object": "InlineTextBox 'output.'",
46 "rect": [0, 0, 0, 0],
47 "reason": "style change"
48 },
49 {
50 "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
51 "rect": [8, 2000, 777, 350],
52 "reason": "layer"
53 },
54 {
55 "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
56 "rect": [8, 2000, 777, 350],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutBlockFlow DIV id='container'",
61 "rect": [0, 0, 0, 0],
62 "reason": "layer"
63 },
64 {
65 "object": "LayoutBlockFlow DIV id='container'",
66 "rect": [0, 0, 0, 0],
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutBlockFlow P",
71 "rect": [8, 2047, 777, 106],
72 "reason": "layer"
73 },
74 {
75 "object": "LayoutBlockFlow P",
76 "rect": [8, 2197, 777, 106],
77 "reason": "layer"
78 },
79 {
80 "object": "LayoutBlockFlow P",
81 "rect": [8, 2047, 777, 106],
82 "reason": "style change"
83 },
84 {
85 "object": "LayoutBlockFlow P",
86 "rect": [8, 2197, 777, 106],
87 "reason": "style change"
88 },
89 {
90 "object": "LayoutText #text",
91 "rect": [8, 2047, 774, 106],
92 "reason": "layer"
93 },
94 {
95 "object": "LayoutText #text",
96 "rect": [8, 2197, 653, 106],
97 "reason": "layer"
98 },
99 {
100 "object": "LayoutText #text",
101 "rect": [8, 2047, 774, 106],
102 "reason": "style change"
103 },
104 {
105 "object": "LayoutText #text",
106 "rect": [8, 2197, 653, 106],
107 "reason": "style change"
108 },
109 {
110 "object": "RootInlineBox",
111 "rect": [0, 0, 0, 0],
112 "reason": "full"
113 },
114 {
115 "object": "RootInlineBox",
116 "rect": [0, 0, 0, 0],
117 "reason": "full"
118 }
43 ] 119 ]
44 } 120 }
45 ] 121 ]
46 } 122 }
47 123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698