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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
(...skipping 12 matching lines...) Expand all
23 "children": [ 23 "children": [
24 { 24 {
25 "bounds": [185, 185], 25 "bounds": [185, 185],
26 "shouldFlattenTransform": false, 26 "shouldFlattenTransform": false,
27 "children": [ 27 "children": [
28 { 28 {
29 "bounds": [185, 265], 29 "bounds": [185, 265],
30 "shouldFlattenTransform": false, 30 "shouldFlattenTransform": false,
31 "children": [ 31 "children": [
32 { 32 {
33 "shouldFlattenTransform": false, 33 "position": [0, 65],
34 "children": [ 34 "bounds": [60, 200],
35 { 35 "contentsOpaque": true,
36 "position": [0, 65], 36 "drawsContent": true,
37 "bounds": [60, 200], 37 "backgroundColor": "#008000",
38 "contentsOpaque": true, 38 "transform": [
39 "drawsContent": true, 39 [1, 0, 0, 0],
40 "backgroundColor": "#008000", 40 [0, 1, 0, 0],
41 "transform": [ 41 [0, 0, 1, 0],
42 [1, 0, 0, 0], 42 [0, 0, 10, 1]
43 [0, 1, 0, 0], 43 ]
44 [0, 0, 1, 0], 44 },
45 [0, 0, 10, 1] 45 {
46 ] 46 "position": [65, 65],
47 }, 47 "bounds": [60, 200],
48 { 48 "contentsOpaque": true,
49 "position": [65, 65], 49 "drawsContent": true,
50 "bounds": [60, 200], 50 "backgroundColor": "#0000FF",
51 "contentsOpaque": true, 51 "transform": [
52 "drawsContent": true, 52 [1, 0, 0, 0],
53 "backgroundColor": "#0000FF", 53 [0, 1, 0, 0],
54 "transform": [ 54 [0, 0, 1, 0],
55 [1, 0, 0, 0], 55 [0, 0, 20, 1]
56 [0, 1, 0, 0],
57 [0, 0, 1, 0],
58 [0, 0, 20, 1]
59 ]
60 }
61 ] 56 ]
62 } 57 }
63 ] 58 ]
64 } 59 }
65 ] 60 ]
66 } 61 }
67 ] 62 ]
68 }, 63 },
69 { 64 {
70 "children": [ 65 "children": [
(...skipping 14 matching lines...) Expand all
85 } 80 }
86 ] 81 ]
87 } 82 }
88 ] 83 ]
89 } 84 }
90 ] 85 ]
91 } 86 }
92 ] 87 ]
93 } 88 }
94 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698