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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/fast/repaint/overflow-move-after-scroll-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 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
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": [10, 60],
11 "bounds": [700, 400],
12 "shouldFlattenTransform": false,
13 "drawsContent": true,
14 "repaintRects": [
15 [300, 100, 120, 50],
16 [50, 100, 120, 50]
17 ],
18 "children": [
19 {
20 "bounds": [685, 385],
21 "shouldFlattenTransform": false,
22 "children": [
23 {
24 "bounds": [685, 600],
25 "drawsContent": true,
26 "repaintRects": [
27 [300, 200, 120, 50],
28 [50, 200, 120, 50]
29 ],
30 "paintInvalidationClients": [
31 "LayoutBlockFlow (positioned) DIV id='block'"
32 ]
33 }
34 ]
35 },
36 {
37 "bounds": [700, 400],
38 "children": [
39 {
40 "position": [0, 385],
41 "bounds": [685, 15]
42 },
43 {
44 "position": [685, 0],
45 "bounds": [15, 385],
46 "repaintRects": [
47 [0, 0, 15, 385]
48 ]
49 },
50 {
51 "position": [685, 385],
52 "bounds": [15, 15],
53 "drawsContent": true
54 }
55 ]
56 }
57 ]
58 }
59 ]
60 }
61 ]
62 }
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698