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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt

Issue 1883513002: 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": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [500, 500], 11 "bounds": [500, 500],
12 "shouldFlattenTransform": false, 12 "shouldFlattenTransform": false,
13 "drawsContent": true, 13 "drawsContent": true,
14 "repaintRects": [ 14 "paintInvalidations": [
15 [-2000, -2000, 5000, 5000] 15 {
16 ], 16 "object": "LayoutBlockFlow DIV id='content'",
17 "paintInvalidationClients": [ 17 "rect": [-2000, -2000, 5000, 5000],
18 "LayoutBlockFlow DIV id='content'", 18 "reason": "style change"
19 "RootInlineBox" 19 },
20 {
21 "object": "RootInlineBox",
22 "rect": [0, 0, 0, 0],
23 "reason": "full"
24 }
20 ], 25 ],
21 "children": [ 26 "children": [
22 { 27 {
23 "bounds": [485, 485], 28 "bounds": [485, 485],
24 "shouldFlattenTransform": false, 29 "shouldFlattenTransform": false,
25 "children": [ 30 "children": [
26 { 31 {
27 "bounds": [5000, 5000], 32 "bounds": [5000, 5000],
28 "drawsContent": true, 33 "drawsContent": true,
29 "repaintRects": [ 34 "paintInvalidations": [
30 [0, 0, 5000, 5000] 35 {
31 ], 36 "object": "LayoutBlockFlow DIV id='content'",
32 "paintInvalidationClients": [ 37 "rect": [0, 0, 5000, 5000],
33 "LayoutBlockFlow DIV id='content'", 38 "reason": "style change"
34 "RootInlineBox" 39 },
40 {
41 "object": "RootInlineBox",
42 "rect": [0, 0, 0, 0],
43 "reason": "full"
44 }
35 ] 45 ]
36 } 46 }
37 ] 47 ]
38 }, 48 },
39 { 49 {
40 "bounds": [500, 500], 50 "bounds": [500, 500],
41 "children": [ 51 "children": [
42 { 52 {
43 "position": [0, 485], 53 "position": [0, 485],
44 "bounds": [485, 15], 54 "bounds": [485, 15],
45 "repaintRects": [ 55 "paintInvalidations": [
46 [0, 0, 485, 15] 56 {
57 "object": "Horizontal Scrollbar Layer",
58 "rect": [0, 0, 485, 15],
59 "reason": "full"
60 }
47 ] 61 ]
48 }, 62 },
49 { 63 {
50 "position": [485, 0], 64 "position": [485, 0],
51 "bounds": [15, 485], 65 "bounds": [15, 485],
52 "repaintRects": [ 66 "paintInvalidations": [
53 [0, 0, 15, 485] 67 {
68 "object": "Vertical Scrollbar Layer",
69 "rect": [0, 0, 15, 485],
70 "reason": "full"
71 }
54 ] 72 ]
55 }, 73 },
56 { 74 {
57 "position": [485, 485], 75 "position": [485, 485],
58 "bounds": [15, 15], 76 "bounds": [15, 15],
59 "drawsContent": true 77 "drawsContent": true
60 } 78 }
61 ] 79 ]
62 } 80 }
63 ] 81 ]
64 } 82 }
65 ] 83 ]
66 } 84 }
67 ] 85 ]
68 } 86 }
69 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698