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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-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 (drawsContent 1) 6 "drawsContent": true,
7 (repaint rects 7 "repaintRects": []
8 ) 8 }
9 ) 9 ]
10 ) 10 }
11 ) 11 {
12 (GraphicsLayer 12 "bounds": [300, 300],
13 (bounds 300.00 300.00) 13 "children": [
14 (children 1 14 {
15 (GraphicsLayer 15 "bounds": [300, 300],
16 (bounds 300.00 300.00) 16 "drawsContent": true,
17 (drawsContent 1) 17 "repaintRects": [
18 (repaint rects 18 [0, 0, 200, 300],
19 (rect 0.00 0.00 200.00 300.00) 19 [0, 0, 200, 300]
20 (rect 0.00 0.00 200.00 300.00) 20 ]
21 ) 21 }
22 ) 22 ]
23 ) 23 }
24 ) 24 {
25 (GraphicsLayer 25 "bounds": [300, 250],
26 (bounds 300.00 250.00) 26 "children": [
27 (children 1 27 {
28 (GraphicsLayer 28 "bounds": [300, 250],
29 (bounds 300.00 250.00) 29 "drawsContent": true,
30 (drawsContent 1) 30 "repaintRects": [
31 (repaint rects 31 [0, 250, 300, 50]
32 (rect 0.00 250.00 300.00 50.00) 32 ]
33 ) 33 }
34 ) 34 ]
35 ) 35 }
36 ) 36 {
37 (GraphicsLayer 37 "bounds": [250, 250],
38 (bounds 250.00 250.00) 38 "children": [
39 (children 1 39 {
40 (GraphicsLayer 40 "bounds": [250, 250],
41 (bounds 250.00 250.00) 41 "drawsContent": true,
42 (drawsContent 1) 42 "repaintRects": [
43 (repaint rects 43 [0, 0, 300, 250],
44 (rect 0.00 0.00 300.00 250.00) 44 [0, 0, 250, 250]
45 (rect 0.00 0.00 250.00 250.00) 45 ]
46 ) 46 }
47 ) 47 ]
48 ) 48 }
49 )
50 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698