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

Side by Side Diff: LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-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, 108], 10 "position": [8, 108],
11 "bounds": [210, 210], 11 "bounds": [210, 210],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [ 13 "repaintRects": [
14 [0, 0, 210, 210] 14 [0, 0, 210, 210]
15 ], 15 ],
16 "children": [ 16 "children": [
17 { 17 {
18 "position": [5, 5], 18 "position": [5, 5],
19 "bounds": [185, 185], 19 "bounds": [185, 185],
20 "children": [ 20 "children": [
21 { 21 {
22 "bounds": [400, 400], 22 "bounds": [400, 400],
23 "shouldFlattenTransform": false,
24 "drawsContent": true, 23 "drawsContent": true,
25 "repaintRects": [ 24 "repaintRects": [
26 [-5, -5, 210, 210] 25 [-5, -5, 210, 210]
27 ], 26 ],
28 "children": [ 27 "children": [
29 { 28 {
30 "shouldFlattenTransform": false 29
31 } 30 }
32 ] 31 ]
33 } 32 }
34 ] 33 ]
35 }, 34 },
36 { 35 {
37 "children": [ 36 "children": [
38 { 37 {
39 "position": [5, 190], 38 "position": [5, 190],
40 "bounds": [185, 15], 39 "bounds": [185, 15],
(...skipping 11 matching lines...) Expand all
52 } 51 }
53 ] 52 ]
54 } 53 }
55 ] 54 ]
56 } 55 }
57 ] 56 ]
58 } 57 }
59 ] 58 ]
60 } 59 }
61 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698