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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win-xp/compositing/squashing/selection-repaint-with-gaps-expected.txt

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 lorem ipsumlorem ipsumlorem ipsum 1 lorem ipsumlorem ipsumlorem ipsum
2 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
11 "shouldFlattenTransform": false, 11 "shouldFlattenTransform": false,
12 "children": [ 12 "children": [
13 { 13 {
14 "position": [8, 8], 14 "position": [8, 8],
15 "bounds": [300, 500] 15 "bounds": [300, 500]
16 }, 16 },
17 { 17 {
18 "position": [15, 35], 18 "position": [15, 35],
19 "bounds": [100, 210], 19 "bounds": [100, 210],
20 "drawsContent": true, 20 "drawsContent": true,
21 "repaintRects": [ 21 "repaintRects": [
22 [34, 80, 6, 19], 22 [0, 80, 38, 39]
23 [0, 80, 35, 39]
24 ] 23 ]
25 } 24 }
26 ] 25 ]
27 } 26 }
28 ] 27 ]
29 } 28 }
30 ] 29 ]
31 } 30 }
32 { 31 {
33 "bounds": [800, 600], 32 "bounds": [800, 600],
34 "children": [ 33 "children": [
35 { 34 {
36 "bounds": [800, 600], 35 "bounds": [800, 600],
37 "contentsOpaque": true, 36 "contentsOpaque": true,
38 "drawsContent": true, 37 "drawsContent": true,
39 "children": [ 38 "children": [
40 { 39 {
41 "shouldFlattenTransform": false, 40 "shouldFlattenTransform": false,
42 "children": [ 41 "children": [
43 { 42 {
44 "position": [8, 8], 43 "position": [8, 8],
45 "bounds": [300, 500] 44 "bounds": [300, 500]
46 }, 45 },
47 { 46 {
48 "position": [15, 35], 47 "position": [15, 35],
49 "bounds": [100, 210], 48 "bounds": [100, 210],
50 "drawsContent": true, 49 "drawsContent": true,
51 "repaintRects": [ 50 "repaintRects": [
52 [34, 160, 6, 19], 51 [0, 160, 38, 39],
53 [34, 80, 6, 39], 52 [0, 80, 39, 39]
54 [34, 80, 6, 19],
55 [0, 160, 35, 39],
56 [0, 80, 100, 50],
57 [0, 80, 35, 39]
58 ] 53 ]
59 } 54 }
60 ] 55 ]
61 } 56 }
62 ] 57 ]
63 } 58 }
64 ] 59 ]
65 } 60 }
66 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698