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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt

Issue 985213003: Auto-rebaseline for r191313 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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": [200, 300], 2 "bounds": [200, 300],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [200, 300], 5 "bounds": [200, 300],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [0, 260, 20, 20], 9 [174, 8, 18, 284],
10 [174, 8, 18, 244],
11 [166, 0, 34, 300],
12 [156, 8, 36, 184],
13 [156, 8, 36, 145],
14 [148, 0, 52, 200],
10 [0, 200, 200, 100], 15 [0, 200, 200, 100],
11 [0, 160, 20, 20] 16 [0, 0, 200, 300]
12 ] 17 ]
13 } 18 }
14 ] 19 ]
15 } 20 }
16 { 21 {
17 "bounds": [300, 300], 22 "bounds": [300, 300],
18 "children": [ 23 "children": [
19 { 24 {
20 "bounds": [300, 300], 25 "bounds": [300, 300],
21 "contentsOpaque": true, 26 "contentsOpaque": true,
22 "drawsContent": true, 27 "drawsContent": true,
23 "repaintRects": [ 28 "repaintRects": [
24 [0, 0, 300, 300], 29 [274, 8, 18, 284],
30 [274, 8, 18, 244],
31 [266, 0, 34, 300],
32 [200, 0, 100, 300],
33 [174, 8, 18, 284],
34 [174, 8, 18, 244],
35 [166, 0, 34, 300],
25 [0, 0, 300, 300] 36 [0, 0, 300, 300]
26 ] 37 ]
27 } 38 }
28 ] 39 ]
29 } 40 }
30 { 41 {
31 "bounds": [300, 250], 42 "bounds": [300, 250],
32 "children": [ 43 "children": [
33 { 44 {
34 "bounds": [300, 250], 45 "bounds": [300, 250],
35 "contentsOpaque": true, 46 "contentsOpaque": true,
36 "drawsContent": true, 47 "drawsContent": true,
37 "repaintRects": [ 48 "repaintRects": [
38 [0, 260, 20, 20], 49 [274, 8, 18, 284],
50 [274, 8, 18, 244],
51 [266, 0, 34, 300],
52 [256, 8, 36, 234],
53 [256, 8, 36, 195],
54 [248, 0, 52, 250],
39 [0, 250, 300, 50], 55 [0, 250, 300, 50],
40 [0, 210, 20, 20] 56 [0, 0, 300, 250]
41 ] 57 ]
42 } 58 }
43 ] 59 ]
44 } 60 }
45 { 61 {
46 "bounds": [250, 250], 62 "bounds": [250, 250],
47 "children": [ 63 "children": [
48 { 64 {
49 "bounds": [250, 250], 65 "bounds": [250, 250],
50 "contentsOpaque": true, 66 "contentsOpaque": true,
51 "drawsContent": true, 67 "drawsContent": true,
52 "repaintRects": [ 68 "repaintRects": [
53 [0, 0, 250, 250], 69 [256, 8, 36, 234],
70 [256, 8, 36, 195],
71 [250, 0, 50, 250],
72 [248, 0, 52, 250],
73 [206, 8, 36, 234],
74 [206, 8, 36, 195],
75 [198, 0, 52, 250],
54 [0, 0, 250, 250] 76 [0, 0, 250, 250]
55 ] 77 ]
56 } 78 }
57 ] 79 ]
58 } 80 }
59 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698