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

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

Issue 1193163002: Cleanup after enabling all slimming paint for all layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 "children": [
14 {
15 "bounds": [485, 485],
16 "children": [
17 {
18 "bounds": [5000, 5000],
19 "shouldFlattenTransform": false,
20 "drawsContent": true,
21 "repaintRects": [
22 [2000, 2000, 3000, 3000],
23 [0, 0, 5000, 5000]
24 ],
25 "children": [
26 {
27 "shouldFlattenTransform": false
28 }
29 ]
30 }
31 ]
32 },
33 {
34 "children": [
35 {
36 "position": [0, 485],
37 "bounds": [485, 15],
38 "drawsContent": true,
39 "repaintRects": [
40 [0, 0, 485, 15]
41 ]
42 },
43 {
44 "position": [485, 0],
45 "bounds": [15, 485],
46 "drawsContent": true,
47 "repaintRects": [
48 [0, 0, 15, 485]
49 ]
50 },
51 {
52 "position": [485, 485],
53 "bounds": [15, 15],
54 "drawsContent": true
55 }
56 ]
57 }
58 ]
59 }
60 ]
61 }
62 ]
63 }
64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698