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

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

Issue 1316723004: Auto-rebaseline for r201138 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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": [500, 500], 11 "bounds": [500, 500],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [ 13 "repaintRects": [
14 [-2000, -2000, 5000, 5000] 14 [-2000, -2000, 5000, 5000]
15 ], 15 ],
16 "paintInvalidationClients": [ 16 "paintInvalidationClients": [
17 "LayoutBlockFlow DIV id='content'" 17 "LayoutBlockFlow DIV id='content'"
18 ], 18 ],
19 "children": [ 19 "children": [
20 { 20 {
21 "bounds": [485, 485], 21 "bounds": [485, 485],
22 "children": [ 22 "children": [
23 { 23 {
24 "bounds": [5000, 5000], 24 "bounds": [5000, 5000],
25 "shouldFlattenTransform": false,
25 "drawsContent": true, 26 "drawsContent": true,
26 "repaintRects": [ 27 "repaintRects": [
27 [0, 0, 5000, 5000] 28 [0, 0, 5000, 5000]
28 ], 29 ],
29 "paintInvalidationClients": [ 30 "paintInvalidationClients": [
30 "LayoutBlockFlow DIV id='content'" 31 "LayoutBlockFlow DIV id='content'"
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, 485], 44 "position": [0, 485],
44 "bounds": [485, 15], 45 "bounds": [485, 15],
(...skipping 23 matching lines...) Expand all
68 } 69 }
69 ] 70 ]
70 } 71 }
71 ] 72 ]
72 } 73 }
73 ] 74 ]
74 } 75 }
75 ] 76 ]
76 } 77 }
77 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698