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

Side by Side Diff: LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt

Issue 566433002: Don't clip invalidation of composited scrolling contents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 8],
11 "bounds": [500, 500],
12 "drawsContent": true,
13 "repaintRects": [
14 [0, 0, 500, 500],
15 [0, 0, 500, 500]
16 ],
17 "children": [
18 {
19 "bounds": [485, 485],
20 "children": [
21 {
22 "bounds": [5000, 5000],
23 "shouldFlattenTransform": false,
24 "drawsContent": true,
25 "repaintRects": [
26 [2000, 2000, 3000, 3000],
27 [0, 0, 5000, 5000]
28 ],
29 "children": [
30 {
31 "shouldFlattenTransform": false
32 }
33 ]
34 }
35 ]
36 },
37 {
38 "children": [
39 {
40 "position": [0, 485],
41 "bounds": [485, 15],
42 "drawsContent": true,
43 "repaintRects": [
44 [0, 0, 485, 15]
45 ]
46 },
47 {
48 "position": [485, 0],
49 "bounds": [15, 485],
50 "drawsContent": true,
51 "repaintRects": [
52 [0, 0, 15, 485]
53 ]
54 },
55 {
56 "position": [485, 485],
57 "bounds": [15, 15],
58 "drawsContent": true
59 }
60 ]
61 }
62 ]
63 }
64 ]
65 }
66 ]
67 }
68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698