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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/compositing/overflow/scrolling-without-painting-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": [8, 8],
11 "bounds": [202, 202],
12 "shouldFlattenTransform": false,
13 "drawsContent": true,
14 "children": [
15 {
16 "position": [1, 1],
17 "bounds": [185, 185],
18 "shouldFlattenTransform": false,
19 "children": [
20 {
21 "bounds": [185, 1025],
22 "drawsContent": true
23 }
24 ]
25 },
26 {
27 "bounds": [202, 202],
28 "children": [
29 {
30 "position": [1, 186],
31 "bounds": [185, 15]
32 },
33 {
34 "position": [186, 1],
35 "bounds": [15, 185],
36 "repaintRects": [
37 [0, 0, 15, 185]
38 ]
39 },
40 {
41 "position": [186, 186],
42 "bounds": [15, 15],
43 "drawsContent": true
44 }
45 ]
46 }
47 ]
48 }
49 ]
50 }
51 ]
52 }
53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698