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

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

Powered by Google App Engine
This is Rietveld 408576698