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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt

Issue 331713005: 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 200.00 300.00) 2 "bounds": [200, 300],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 200.00 300.00) 5 "bounds": [200, 300],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (repaint rects 8 "repaintRects": [
9 (rect 0.00 0.00 200.00 200.00) 9 [0, 0, 200, 200],
10 (rect 0.00 0.00 200.00 200.00) 10 [0, 0, 200, 200]
11 ) 11 ]
12 ) 12 }
13 ) 13 ]
14 ) 14 }
15 (GraphicsLayer 15 {
16 (bounds 300.00 300.00) 16 "bounds": [300, 300],
17 (children 1 17 "children": [
18 (GraphicsLayer 18 {
19 (bounds 300.00 300.00) 19 "bounds": [300, 300],
20 (contentsOpaque 1) 20 "contentsOpaque": true,
21 (drawsContent 1) 21 "drawsContent": true,
22 (repaint rects 22 "repaintRects": [
23 (rect 0.00 0.00 200.00 300.00) 23 [0, 0, 200, 300],
24 (rect 0.00 0.00 200.00 300.00) 24 [0, 0, 200, 300]
25 ) 25 ]
26 ) 26 }
27 ) 27 ]
28 ) 28 }
29 (GraphicsLayer 29 {
30 (bounds 300.00 250.00) 30 "bounds": [300, 250],
31 (children 1 31 "children": [
32 (GraphicsLayer 32 {
33 (bounds 300.00 250.00) 33 "bounds": [300, 250],
34 (contentsOpaque 1) 34 "contentsOpaque": true,
35 (drawsContent 1) 35 "drawsContent": true,
36 (repaint rects 36 "repaintRects": [
37 (rect 0.00 0.00 300.00 300.00) 37 [0, 0, 300, 300],
38 (rect 0.00 0.00 300.00 250.00) 38 [0, 0, 300, 250]
39 ) 39 ]
40 ) 40 }
41 ) 41 ]
42 ) 42 }
43 (GraphicsLayer 43 {
44 (bounds 250.00 250.00) 44 "bounds": [250, 250],
45 (children 1 45 "children": [
46 (GraphicsLayer 46 {
47 (bounds 250.00 250.00) 47 "bounds": [250, 250],
48 (contentsOpaque 1) 48 "contentsOpaque": true,
49 (drawsContent 1) 49 "drawsContent": true,
50 (repaint rects 50 "repaintRects": [
51 (rect 0.00 0.00 300.00 250.00) 51 [0, 0, 300, 250],
52 (rect 0.00 0.00 250.00 250.00) 52 [0, 0, 250, 250]
53 ) 53 ]
54 ) 54 }
55 ) 55 ]
56 ) 56 }
57 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698