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

Side by Side Diff: LayoutTests/platform/win/compositing/squashing/selection-repaint-with-gaps-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 lorem ipsumlorem ipsumlorem ipsum 1 lorem ipsumlorem ipsumlorem ipsum
2 (GraphicsLayer 2 {
3 (bounds 800.00 600.00) 3 "bounds": [800, 600],
4 (children 1 4 "children": [
5 (GraphicsLayer 5 {
6 (bounds 800.00 600.00) 6 "bounds": [800, 600],
7 (contentsOpaque 1) 7 "contentsOpaque": true,
8 (drawsContent 1) 8 "drawsContent": true,
9 (children 1 9 "children": [
10 (GraphicsLayer 10 {
11 (children 2 11 "children": [
12 (GraphicsLayer 12 {
13 (position 8.00 8.00) 13 "position": [8, 8],
14 (bounds 300.00 500.00) 14 "bounds": [300, 500]
15 ) 15 },
16 (GraphicsLayer 16 {
17 (position 15.00 35.00) 17 "position": [15, 35],
18 (bounds 100.00 210.00) 18 "bounds": [100, 210],
19 (drawsContent 1) 19 "drawsContent": true,
20 (repaint rects 20 "repaintRects": [
21 (rect 37.00 80.00 3.00 17.00) 21 [37, 80, 3, 17],
22 (rect 0.00 80.00 40.00 35.00) 22 [0, 80, 40, 35]
23 ) 23 ]
24 ) 24 }
25 ) 25 ]
26 ) 26 }
27 ) 27 ]
28 ) 28 }
29 ) 29 ]
30 ) 30 }
31 (GraphicsLayer 31 {
32 (bounds 800.00 600.00) 32 "bounds": [800, 600],
33 (children 1 33 "children": [
34 (GraphicsLayer 34 {
35 (bounds 800.00 600.00) 35 "bounds": [800, 600],
36 (contentsOpaque 1) 36 "contentsOpaque": true,
37 (drawsContent 1) 37 "drawsContent": true,
38 (children 1 38 "children": [
39 (GraphicsLayer 39 {
40 (children 2 40 "children": [
41 (GraphicsLayer 41 {
42 (position 8.00 8.00) 42 "position": [8, 8],
43 (bounds 300.00 500.00) 43 "bounds": [300, 500]
44 ) 44 },
45 (GraphicsLayer 45 {
46 (position 15.00 35.00) 46 "position": [15, 35],
47 (bounds 100.00 210.00) 47 "bounds": [100, 210],
48 (drawsContent 1) 48 "drawsContent": true,
49 (repaint rects 49 "repaintRects": [
50 (rect 37.00 160.00 3.00 17.00) 50 [37, 160, 3, 17],
51 (rect 37.00 80.00 3.00 35.00) 51 [37, 80, 3, 35],
52 (rect 0.00 160.00 40.00 35.00) 52 [0, 160, 40, 35],
53 (rect 0.00 115.00 100.00 15.00) 53 [0, 115, 100, 15],
54 (rect 0.00 80.00 40.00 35.00) 54 [0, 80, 40, 35]
55 ) 55 ]
56 ) 56 }
57 ) 57 ]
58 ) 58 }
59 ) 59 ]
60 ) 60 }
61 ) 61 ]
62 ) 62 }
63 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698