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

Side by Side Diff: LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/overflow-auto-with-touch-expected.txt

Issue 1030323005: Simplify application of perspective origin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add three more test expectation changes (added since earlier) Created 5 years, 8 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": [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],
11 "bounds": [300, 300], 11 "bounds": [300, 300],
12 "drawsContent": true, 12 "drawsContent": true,
13 "children": [ 13 "children": [
14 { 14 {
15 "bounds": [285, 285], 15 "bounds": [285, 285],
16 "children": [ 16 "children": [
17 { 17 {
18 "bounds": [1000, 1000], 18 "bounds": [1000, 1000],
19 "shouldFlattenTransform": false,
20 "drawsContent": true, 19 "drawsContent": true,
21 "children": [ 20 "children": [
22 { 21 {
23 "shouldFlattenTransform": false 22
24 } 23 }
25 ] 24 ]
26 } 25 }
27 ] 26 ]
28 }, 27 },
29 { 28 {
30 "children": [ 29 "children": [
31 { 30 {
32 "position": [0, 285], 31 "position": [0, 285],
33 "bounds": [285, 15], 32 "bounds": [285, 15],
(...skipping 11 matching lines...) Expand all
45 } 44 }
46 ] 45 ]
47 } 46 }
48 ] 47 ]
49 } 48 }
50 ] 49 ]
51 } 50 }
52 ] 51 ]
53 } 52 }
54 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698