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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/compositing/squashing/remove-squashed-layer-plus-move-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": [1418, 1008],
3 "children": [
4 {
5 "bounds": [1418, 1008],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [8, 118, 1410, 55],
10 [8, 63, 1410, 55],
11 [8, 63, 769, 55],
12 [8, 8, 769, 109]
13 ],
14 "paintInvalidationClients": [
15 "RootInlineBox",
16 "RootInlineBox",
17 "LayoutBlockFlow DIV id='container'",
18 "LayoutBlockFlow DIV id='container'",
19 "RootInlineBox",
20 "LayoutBlockFlow (anonymous)",
21 "RootInlineBox",
22 "LayoutText #text",
23 "LayoutText #text"
24 ],
25 "children": [
26 {
27 "shouldFlattenTransform": false,
28 "children": [
29 {
30 "position": [8, 8],
31 "bounds": [1000, 1000]
32 },
33 {
34 "position": [8, 8],
35 "bounds": [1000, 105],
36 "drawsContent": true,
37 "repaintRects": [
38 [0, 110, 1000, 50],
39 [0, 55, 1000, 50],
40 [0, 55, 100, 50],
41 [0, 0, 100, 50],
42 [0, 0, 100, 50]
43 ],
44 "paintInvalidationClients": [
45 "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti le'",
46 "InlineBox",
47 "InlineBox",
48 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
49 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
50 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
51 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'"
52 ]
53 }
54 ]
55 }
56 ]
57 }
58 ]
59 }
60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698