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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-match-highlight-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 "repaintRects": [ 8 "repaintRects": [
9 [259, 40, 40, 19] 9 [259, 40, 40, 19]
10 ], 10 ],
11 "paintInvalidationClients": [ 11 "paintInvalidationClients": [
12 "LayoutText #text", 12 "LayoutText #text",
13 "InlineTextBox 'findme'" 13 "InlineTextBox 'findme'"
14 ], 14 ],
15 "children": [ 15 "children": [
16 { 16 {
17 "position": [0, 60], 17 "position": [0, 60],
18 "bounds": [800, 500], 18 "bounds": [800, 500],
19 "shouldFlattenTransform": false,
19 "drawsContent": true, 20 "drawsContent": true,
20 "repaintRects": [ 21 "repaintRects": [
21 [244, 0, 40, 19], 22 [244, 0, 40, 19],
22 [204, 0, 40, 19], 23 [204, 0, 40, 19],
23 [83, 0, 40, 19], 24 [83, 0, 40, 19],
24 [47, 20, 40, 19], 25 [47, 20, 40, 19],
25 [20, 164, 202, 72], 26 [20, 164, 202, 72],
26 [10, 131, 138, 12], 27 [10, 131, 138, 12],
27 [10, 75, 208, 19] 28 [10, 75, 208, 19]
28 ], 29 ],
29 "children": [ 30 "children": [
30 { 31 {
31 "bounds": [785, 485], 32 "bounds": [785, 485],
33 "shouldFlattenTransform": false,
32 "children": [ 34 "children": [
33 { 35 {
34 "bounds": [785, 1345], 36 "bounds": [785, 1345],
35 "shouldFlattenTransform": false,
36 "drawsContent": true, 37 "drawsContent": true,
37 "repaintRects": [ 38 "repaintRects": [
38 [244, 0, 40, 19], 39 [244, 0, 40, 19],
39 [204, 0, 40, 19], 40 [204, 0, 40, 19],
40 [83, 0, 40, 19], 41 [83, 0, 40, 19],
41 [47, 20, 40, 19], 42 [47, 20, 40, 19],
42 [20, 164, 202, 72], 43 [20, 164, 202, 72],
43 [10, 131, 138, 12], 44 [10, 131, 138, 12],
44 [10, 75, 208, 19] 45 [10, 75, 208, 19]
45 ], 46 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 } 81 }
81 ] 82 ]
82 } 83 }
83 ] 84 ]
84 } 85 }
85 ] 86 ]
86 } 87 }
87 ] 88 ]
88 } 89 }
89 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698