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

Side by Side Diff: LayoutTests/platform/mac/compositing/overflow/updating-scrolling-content-expected.txt

Issue 1316723004: Auto-rebaseline for r201138 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
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": [200, 200], 11 "bounds": [200, 200],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [ 13 "repaintRects": [
14 [0, 0, 185, 200] 14 [0, 0, 185, 200]
15 ], 15 ],
16 "paintInvalidationClients": [ 16 "paintInvalidationClients": [
17 "LayoutBlockFlow DIV id='indicator'" 17 "LayoutBlockFlow DIV id='indicator'"
18 ], 18 ],
19 "children": [ 19 "children": [
20 { 20 {
21 "bounds": [185, 185], 21 "bounds": [185, 185],
22 "children": [ 22 "children": [
23 { 23 {
24 "bounds": [185, 1200], 24 "bounds": [185, 1200],
25 "shouldFlattenTransform": false,
25 "drawsContent": true, 26 "drawsContent": true,
26 "repaintRects": [ 27 "repaintRects": [
27 [0, 0, 185, 200] 28 [0, 0, 185, 200]
28 ], 29 ],
29 "paintInvalidationClients": [ 30 "paintInvalidationClients": [
30 "LayoutBlockFlow DIV id='indicator'" 31 "LayoutBlockFlow DIV id='indicator'"
31 ], 32 ],
32 "children": [ 33 "children": [
33 { 34 {
34 35 "shouldFlattenTransform": false
35 } 36 }
36 ] 37 ]
37 } 38 }
38 ] 39 ]
39 }, 40 },
40 { 41 {
41 "children": [ 42 "children": [
42 { 43 {
43 "position": [0, 185], 44 "position": [0, 185],
44 "bounds": [185, 15] 45 "bounds": [185, 15]
(...skipping 14 matching lines...) Expand all
59 } 60 }
60 ] 61 ]
61 } 62 }
62 ] 63 ]
63 } 64 }
64 ] 65 ]
65 } 66 }
66 ] 67 ]
67 } 68 }
68 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698