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

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

Issue 2178363002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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": [785, 2350], 3 "bounds": [785, 2350],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [785, 2350], 7 "bounds": [785, 2350],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 22 matching lines...) Expand all
33 "rect": [8, 2050, 777, 100], 33 "rect": [8, 2050, 777, 100],
34 "reason": "subtree" 34 "reason": "subtree"
35 }, 35 },
36 { 36 {
37 "object": "LayoutBlockFlow P", 37 "object": "LayoutBlockFlow P",
38 "rect": [8, 2050, 777, 100], 38 "rect": [8, 2050, 777, 100],
39 "reason": "subtree" 39 "reason": "subtree"
40 }, 40 },
41 { 41 {
42 "object": "LayoutText #text", 42 "object": "LayoutText #text",
43 "rect": [8, 2046, 768, 107], 43 "rect": [8, 2046, 767, 107],
44 "reason": "subtree" 44 "reason": "subtree"
45 }, 45 },
46 { 46 {
47 "object": "LayoutText #text", 47 "object": "LayoutText #text",
48 "rect": [8, 2046, 768, 107], 48 "rect": [8, 2046, 767, 107],
49 "reason": "subtree" 49 "reason": "subtree"
50 }, 50 },
51 { 51 {
52 "object": "LayoutText #text", 52 "object": "LayoutText #text",
53 "rect": [8, 2196, 639, 107], 53 "rect": [8, 2196, 639, 107],
54 "reason": "subtree" 54 "reason": "subtree"
55 }, 55 },
56 { 56 {
57 "object": "LayoutText #text", 57 "object": "LayoutText #text",
58 "rect": [8, 2196, 639, 107], 58 "rect": [8, 2196, 639, 107],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "object": "InlineTextBox 'This text should be visible in the'", 146 "object": "InlineTextBox 'This text should be visible in the'",
147 "reason": "subtree" 147 "reason": "subtree"
148 }, 148 },
149 { 149 {
150 "object": "InlineTextBox 'output.'", 150 "object": "InlineTextBox 'output.'",
151 "reason": "subtree" 151 "reason": "subtree"
152 } 152 }
153 ] 153 ]
154 } 154 }
155 155
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698