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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/video-mute-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": "LayoutVideo VIDEO id='v'",
13 "position": [8, 8],
14 "bounds": [700, 525]
15 },
16 {
17 "name": "Squashing Containment Layer",
18 "shouldFlattenTransform": false,
19 "children": [
20 {
21 "name": "LayoutFlexibleBox (relative positioned) DIV",
22 "position": [8, 8],
23 "bounds": [700, 525],
24 "drawsContent": true
25 },
26 {
27 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
28 "position": [8, 8],
29 "bounds": [700, 525],
30 "drawsContent": true,
31 "paintInvalidations": [
32 {
33 "object": "LayoutFlexibleBox DIV",
34 "rect": [580, 508, 70, 2],
35 "reason": "forced by layout"
36 },
37 {
38 "object": "LayoutSlider INPUT",
39 "rect": [580, 508, 70, 2],
40 "reason": "full"
41 },
42 {
43 "object": "LayoutBlockFlow DIV id='thumb'",
44 "rect": [632, 485, 36, 48],
45 "reason": "full"
46 },
47 {
48 "object": "LayoutBlockFlow DIV id='thumb'",
49 "rect": [562, 485, 36, 48],
50 "reason": "full"
51 },
52 {
53 "object": "LayoutButton INPUT",
54 "rect": [530, 493, 32, 32],
55 "reason": "full"
56 }
57 ]
58 }
59 ]
60 }
61 ]
62 }
63 ],
64 "objectPaintInvalidations": [
65 {
66 "object": "LayoutButton INPUT",
67 "reason": "full"
68 },
69 {
70 "object": "LayoutSlider INPUT",
71 "reason": "full"
72 },
73 {
74 "object": "LayoutFlexibleBox DIV",
75 "reason": "forced by layout"
76 },
77 {
78 "object": "LayoutBlockFlow DIV id='thumb'",
79 "reason": "full"
80 }
81 ]
82 }
83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698