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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-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": "Squashing Containment Layer",
13 "shouldFlattenTransform": false,
14 "children": [
15 {
16 "name": "LayoutBlockFlow DIV",
17 "position": [8, 8],
18 "bounds": [500, 500]
19 },
20 {
21 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV)",
22 "position": [55, 55],
23 "bounds": [500, 500],
24 "drawsContent": true,
25 "paintInvalidations": [
26 {
27 "object": "LayoutBlockFlow (positioned) DIV",
28 "rect": [55, 55, 500, 500],
29 "reason": "subtree"
30 },
31 {
32 "object": "LayoutBlockFlow (positioned) DIV",
33 "rect": [0, 0, 500, 500],
34 "reason": "compositing update"
35 },
36 {
37 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed' ",
38 "rect": [0, 0, 50, 50],
39 "reason": "layoutObject removal"
40 }
41 ]
42 }
43 ]
44 }
45 ]
46 }
47 ],
48 "objectPaintInvalidations": [
49 {
50 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'",
51 "reason": "layoutObject removal"
52 },
53 {
54 "object": "LayoutBlockFlow (positioned) DIV",
55 "reason": "subtree"
56 },
57 {
58 "object": "LayoutBlockFlow (positioned) DIV",
59 "reason": "compositing update"
60 }
61 ]
62 }
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698