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

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

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

Powered by Google App Engine
This is Rietveld 408576698