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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-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 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "children": [
11 {
12 "name": "LayoutBlockFlow DIV id='container'",
13 "position": [8, 8],
14 "bounds": [500, 500],
15 "shouldFlattenTransform": false,
16 "drawsContent": true,
17 "children": [
18 {
19 "name": "Scrolling Layer",
20 "bounds": [485, 485],
21 "shouldFlattenTransform": false,
22 "children": [
23 {
24 "name": "Scrolling Contents Layer",
25 "bounds": [5000, 5000],
26 "drawsContent": true,
27 "paintInvalidations": [
28 {
29 "object": "LayoutBlockFlow DIV id='content'",
30 "rect": [0, 0, 5000, 5000],
31 "reason": "style change"
32 }
33 ]
34 }
35 ]
36 },
37 {
38 "name": "Overflow Controls Host Layer",
39 "bounds": [500, 500],
40 "children": [
41 {
42 "name": "Horizontal Scrollbar Layer",
43 "position": [0, 485],
44 "bounds": [485, 15],
45 "paintInvalidations": [
46 {
47 "object": "Horizontal Scrollbar Layer",
48 "rect": [0, 0, 485, 15],
49 "reason": "full"
50 }
51 ]
52 },
53 {
54 "name": "Vertical Scrollbar Layer",
55 "position": [485, 0],
56 "bounds": [15, 485],
57 "paintInvalidations": [
58 {
59 "object": "Vertical Scrollbar Layer",
60 "rect": [0, 0, 15, 485],
61 "reason": "full"
62 }
63 ]
64 },
65 {
66 "name": "Scroll Corner Layer",
67 "position": [485, 485],
68 "bounds": [15, 15],
69 "drawsContent": true
70 }
71 ]
72 }
73 ]
74 }
75 ]
76 }
77 ],
78 "objectPaintInvalidations": [
79 {
80 "object": "LayoutBlockFlow DIV id='content'",
81 "reason": "style change"
82 },
83 {
84 "object": "RootInlineBox",
85 "reason": "style change"
86 }
87 ]
88 }
89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698