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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/overflow-auto-with-touch-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, 8], 10 "position": [8, 8],
11 "bounds": [300, 300], 11 "bounds": [300, 300],
12 "shouldFlattenTransform": false,
12 "drawsContent": true, 13 "drawsContent": true,
13 "children": [ 14 "children": [
14 { 15 {
15 "bounds": [285, 285], 16 "bounds": [285, 285],
17 "shouldFlattenTransform": false,
16 "children": [ 18 "children": [
17 { 19 {
18 "bounds": [1000, 1000], 20 "bounds": [1000, 1000],
19 "shouldFlattenTransform": false,
20 "drawsContent": true 21 "drawsContent": true
21 } 22 }
22 ] 23 ]
23 }, 24 },
24 { 25 {
25 "bounds": [300, 300], 26 "bounds": [300, 300],
26 "children": [ 27 "children": [
27 { 28 {
28 "position": [0, 285], 29 "position": [0, 285],
29 "bounds": [285, 15] 30 "bounds": [285, 15]
30 }, 31 },
31 { 32 {
32 "position": [285, 0], 33 "position": [285, 0],
33 "bounds": [15, 285] 34 "bounds": [15, 285]
34 }, 35 },
35 { 36 {
36 "position": [285, 285], 37 "position": [285, 285],
37 "bounds": [15, 15], 38 "bounds": [15, 15],
38 "drawsContent": true 39 "drawsContent": true
39 } 40 }
40 ] 41 ]
41 } 42 }
42 ] 43 ]
43 } 44 }
44 ] 45 ]
45 } 46 }
46 ] 47 ]
47 } 48 }
48 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698