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

Side by Side Diff: LayoutTests/platform/win/compositing/overflow/scrolling-without-painting-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (children 1 8 "children": [
9 (GraphicsLayer 9 {
10 (position 8.00 8.00) 10 "position": [8, 8],
11 (bounds 202.00 202.00) 11 "bounds": [202, 202],
12 (drawsContent 1) 12 "drawsContent": true,
13 (children 4 13 "children": [
14 (GraphicsLayer 14 {
15 (position 1.00 1.00) 15 "position": [1, 1],
16 (bounds 185.00 185.00) 16 "bounds": [185, 185],
17 (children 1 17 "children": [
18 (GraphicsLayer 18 {
19 (bounds 185.00 1025.00) 19 "bounds": [185, 1025],
20 (shouldFlattenTransform 0) 20 "shouldFlattenTransform": false,
21 (drawsContent 1) 21 "drawsContent": true,
22 (children 1 22 "children": [
23 (GraphicsLayer 23 {
24 )
25 )
26 )
27 )
28 )
29 (GraphicsLayer
30 (position 1.00 186.00)
31 (bounds 185.00 15.00)
32 (drawsContent 1)
33 )
34 (GraphicsLayer
35 (position 186.00 1.00)
36 (bounds 15.00 185.00)
37 (drawsContent 1)
38 (repaint rects
39 (rect 0.00 0.00 15.00 185.00)
40 )
41 )
42 (GraphicsLayer
43 (position 186.00 186.00)
44 (bounds 15.00 15.00)
45 (drawsContent 1)
46 )
47 )
48 )
49 )
50 )
51 )
52 )
53 24
25 }
26 ]
27 }
28 ]
29 },
30 {
31 "position": [1, 186],
32 "bounds": [185, 15],
33 "drawsContent": true
34 },
35 {
36 "position": [186, 1],
37 "bounds": [15, 185],
38 "drawsContent": true,
39 "repaintRects": [
40 [0, 0, 15, 185]
41 ]
42 },
43 {
44 "position": [186, 186],
45 "bounds": [15, 15],
46 "drawsContent": true
47 }
48 ]
49 }
50 ]
51 }
52 ]
53 }
54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698