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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-and-content-expected.txt

Issue 1407383005: Fix flattening for scrollable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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, 108], 10 "position": [8, 108],
11 "bounds": [200, 200], 11 "bounds": [200, 200],
12 "shouldFlattenTransform": false,
12 "drawsContent": true, 13 "drawsContent": true,
13 "repaintRects": [ 14 "repaintRects": [
14 [0, 190, 74, 19], 15 [0, 190, 74, 19],
15 [0, 170, 74, 19], 16 [0, 170, 74, 19],
16 [0, 150, 74, 19], 17 [0, 150, 74, 19],
17 [0, 130, 74, 19], 18 [0, 130, 74, 19],
18 [0, 110, 74, 19], 19 [0, 110, 74, 19],
19 [0, 90, 74, 19], 20 [0, 90, 74, 19],
20 [0, 70, 74, 19], 21 [0, 70, 74, 19],
21 [0, 50, 74, 19], 22 [0, 50, 74, 19],
22 [0, 30, 74, 19], 23 [0, 30, 74, 19],
23 [0, 10, 74, 19], 24 [0, 10, 74, 19],
24 [0, -10, 74, 19], 25 [0, -10, 74, 19],
25 [0, -30, 74, 19], 26 [0, -30, 74, 19],
26 [0, -50, 74, 19] 27 [0, -50, 74, 19]
27 ], 28 ],
28 "children": [ 29 "children": [
29 { 30 {
30 "bounds": [185, 185], 31 "bounds": [185, 185],
32 "shouldFlattenTransform": false,
31 "children": [ 33 "children": [
32 { 34 {
33 "bounds": [185, 260], 35 "bounds": [185, 260],
34 "shouldFlattenTransform": false,
35 "drawsContent": true, 36 "drawsContent": true,
36 "repaintRects": [ 37 "repaintRects": [
37 [0, 240, 74, 19], 38 [0, 240, 74, 19],
38 [0, 220, 74, 19], 39 [0, 220, 74, 19],
39 [0, 200, 74, 19], 40 [0, 200, 74, 19],
40 [0, 180, 74, 19], 41 [0, 180, 74, 19],
41 [0, 160, 74, 19], 42 [0, 160, 74, 19],
42 [0, 140, 74, 19], 43 [0, 140, 74, 19],
43 [0, 120, 74, 19], 44 [0, 120, 74, 19],
44 [0, 100, 74, 19], 45 [0, 100, 74, 19],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 } 98 }
98 ] 99 ]
99 } 100 }
100 ] 101 ]
101 } 102 }
102 ] 103 ]
103 } 104 }
104 ] 105 ]
105 } 106 }
106 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698