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

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

Issue 1971493002: Auto-rebaseline for r392652 (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 (anonymous)",
11 "rect": [8, 116, 1410, 54],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [8, 62, 1410, 54],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='container'", 10 "object": "LayoutBlockFlow DIV id='container'",
21 "rect": [8, 8, 769, 108], 11 "rect": [8, 8, 769, 108],
22 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
23 }, 13 },
24 { 14 {
15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [8, 116, 769, 54],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutBlockFlow (anonymous)",
21 "rect": [8, 62, 769, 54],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='container'", 25 "object": "LayoutBlockFlow DIV id='container'",
26 "rect": [8, 62, 769, 54], 26 "rect": [8, 62, 769, 54],
27 "reason": "incremental" 27 "reason": "incremental"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "reason": "bounds change" 31 "reason": "bounds change"
32 }, 32 },
33 { 33 {
34 "object": "LayoutText #text", 34 "object": "LayoutText #text",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
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