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

Side by Side Diff: LayoutTests/platform/linux/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 [173, 8, 19, 233],
10 [172, 8, 20, 284],
11 [164, 0, 36, 300],
12 [153, 8, 39, 139],
13 [152, 8, 40, 184],
14 [144, 0, 56, 200],
9 [0, 200, 200, 100], 15 [0, 200, 200, 100],
10 [0, 50, 100, 25] 16 [0, 0, 200, 300]
11 ] 17 ]
12 } 18 }
13 ] 19 ]
14 } 20 }
15 { 21 {
16 "bounds": [300, 300], 22 "bounds": [300, 300],
17 "children": [ 23 "children": [
18 { 24 {
19 "bounds": [300, 300], 25 "bounds": [300, 300],
20 "contentsOpaque": true, 26 "contentsOpaque": true,
21 "drawsContent": true, 27 "drawsContent": true,
22 "repaintRects": [ 28 "repaintRects": [
23 [0, 0, 300, 300], 29 [273, 8, 19, 233],
30 [272, 8, 20, 284],
31 [264, 0, 36, 300],
32 [200, 0, 100, 300],
33 [173, 8, 19, 233],
34 [172, 8, 20, 284],
35 [164, 0, 36, 300],
24 [0, 0, 300, 300] 36 [0, 0, 300, 300]
25 ] 37 ]
26 } 38 }
27 ] 39 ]
28 } 40 }
29 { 41 {
30 "bounds": [300, 250], 42 "bounds": [300, 250],
31 "children": [ 43 "children": [
32 { 44 {
33 "bounds": [300, 250], 45 "bounds": [300, 250],
34 "contentsOpaque": true, 46 "contentsOpaque": true,
35 "drawsContent": true, 47 "drawsContent": true,
36 "repaintRects": [ 48 "repaintRects": [
49 [272, 8, 20, 284],
50 [272, 8, 20, 234],
37 [0, 250, 300, 50], 51 [0, 250, 300, 50],
38 [0, 63, 150, 12] 52 [0, 0, 300, 250]
39 ] 53 ]
40 } 54 }
41 ] 55 ]
42 } 56 }
43 { 57 {
44 "bounds": [250, 250], 58 "bounds": [250, 250],
45 "children": [ 59 "children": [
46 { 60 {
47 "bounds": [250, 250], 61 "bounds": [250, 250],
48 "contentsOpaque": true, 62 "contentsOpaque": true,
49 "drawsContent": true, 63 "drawsContent": true,
50 "repaintRects": [ 64 "repaintRects": [
51 [0, 0, 250, 250], 65 [273, 8, 19, 233],
66 [272, 8, 20, 234],
67 [264, 0, 36, 250],
68 [250, 0, 50, 250],
69 [223, 8, 19, 233],
70 [222, 8, 20, 234],
71 [214, 0, 36, 250],
52 [0, 0, 250, 250] 72 [0, 0, 250, 250]
53 ] 73 ]
54 } 74 }
55 ] 75 ]
56 } 76 }
57 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698