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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/fast/images/repaint-subrect-grid-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 "repaintRects": [
9 [45, 18, 20, 19],
10 [45, 18, 20, 19],
11 [36, 36, 19, 19],
12 [36, 36, 19, 19],
13 [36, 0, 19, 19],
14 [36, 0, 19, 19],
15 [27, 18, 19, 19],
16 [27, 18, 19, 19],
17 [18, 36, 19, 19],
18 [18, 36, 19, 19],
19 [18, 0, 19, 19],
20 [18, 0, 19, 19],
21 [9, 18, 19, 19],
22 [9, 18, 19, 19],
23 [0, 36, 19, 19],
24 [0, 36, 19, 19],
25 [0, 0, 19, 19],
26 [0, 0, 19, 19],
27 [-10, 18, 20, 19],
28 [-10, 18, 20, 19],
29 [-100, -100, 19, 19],
30 [-100, -100, 19, 19]
31 ],
32 "paintInvalidationClients": [
33 "LayoutBlockFlow (positioned) DIV id='mask'",
34 "LayoutBlockFlow (positioned) DIV id='mask'",
35 "LayoutBlockFlow (positioned) DIV id='mask'",
36 "LayoutBlockFlow (positioned) DIV id='mask'",
37 "LayoutBlockFlow (positioned) DIV id='mask'",
38 "LayoutBlockFlow (positioned) DIV id='mask'",
39 "LayoutBlockFlow (positioned) DIV id='mask'",
40 "LayoutBlockFlow (positioned) DIV id='mask'",
41 "LayoutBlockFlow (positioned) DIV id='mask'",
42 "LayoutBlockFlow (positioned) DIV id='mask'",
43 "LayoutBlockFlow (positioned) DIV id='mask'"
44 ]
45 }
46 ]
47 }
48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698