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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/remove-squashed-layer-plus-move-expected.txt

Issue 1968743003: Auto-rebaseline for r392861 (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
1 { 1 {
2 "bounds": [1418, 1008], 2 "bounds": [1418, 1008],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [1418, 1008], 5 "bounds": [1418, 1008],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV id='container'", 10 "object": "LayoutBlockFlow DIV id='container'",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "bounds": [1000, 1000] 60 "bounds": [1000, 1000]
61 }, 61 },
62 { 62 {
63 "position": [8, 8], 63 "position": [8, 8],
64 "bounds": [1000, 105], 64 "bounds": [1000, 105],
65 "drawsContent": true, 65 "drawsContent": true,
66 "paintInvalidations": [ 66 "paintInvalidations": [
67 { 67 {
68 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'", 68 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
69 "rect": [0, 110, 1000, 50], 69 "rect": [0, 110, 1000, 50],
70 "reason": "layer" 70 "reason": "subtree"
71 }, 71 },
72 { 72 {
73 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'", 73 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
74 "rect": [0, 55, 1000, 50], 74 "rect": [0, 55, 1000, 50],
75 "reason": "compositing update" 75 "reason": "compositing update"
76 }, 76 },
77 { 77 {
78 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'", 78 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
79 "rect": [0, 55, 100, 50], 79 "rect": [0, 55, 100, 50],
80 "reason": "layer" 80 "reason": "subtree"
81 }, 81 },
82 { 82 {
83 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'", 83 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
84 "rect": [0, 0, 100, 50], 84 "rect": [0, 0, 100, 50],
85 "reason": "compositing update" 85 "reason": "compositing update"
86 }, 86 },
87 { 87 {
88 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-tile'", 88 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-tile'",
89 "rect": [0, 0, 100, 50], 89 "rect": [0, 0, 100, 50],
90 "reason": "layoutObject removal" 90 "reason": "layoutObject removal"
91 }, 91 },
92 { 92 {
93 "object": "InlineBox", 93 "object": "InlineBox",
94 "reason": "full" 94 "reason": "full"
95 }, 95 },
96 { 96 {
97 "object": "InlineBox", 97 "object": "InlineBox",
98 "reason": "full" 98 "reason": "full"
99 } 99 }
100 ] 100 ]
101 } 101 }
102 ] 102 ]
103 } 103 }
104 ] 104 ]
105 } 105 }
106 ] 106 ]
107 } 107 }
108 108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698