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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/paint/invalidation/video-mute-repaint-expected.txt

Issue 2376293004: Don't show media controls download button on local files. (Closed)
Patch Set: rebaseline again \o/ Created 4 years, 2 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": "LayoutBlockFlow DIV id='track'",
34 "rect": [562, 485, 106, 48],
35 "reason": "subtree"
36 },
37 {
38 "object": "LayoutFlexibleBox DIV",
39 "rect": [580, 508, 70, 2],
40 "reason": "subtree"
41 },
42 {
43 "object": "LayoutSlider INPUT",
44 "rect": [580, 508, 70, 2],
45 "reason": "subtree"
46 },
47 {
48 "object": "LayoutBlockFlow DIV id='thumb'",
49 "rect": [632, 485, 36, 48],
50 "reason": "subtree"
51 },
52 {
53 "object": "LayoutBlockFlow DIV id='thumb'",
54 "rect": [562, 485, 36, 48],
55 "reason": "subtree"
56 },
57 {
58 "object": "LayoutButton INPUT",
59 "rect": [530, 493, 32, 32],
60 "reason": "subtree"
61 }
62 ]
63 }
64 ]
65 }
66 ]
67 }
68 ],
69 "objectPaintInvalidations": [
70 {
71 "object": "LayoutVideo VIDEO id='v'",
72 "reason": "style change"
73 },
74 {
75 "object": "LayoutButton INPUT",
76 "reason": "subtree"
77 },
78 {
79 "object": "LayoutSlider INPUT",
80 "reason": "subtree"
81 },
82 {
83 "object": "LayoutFlexibleBox DIV",
84 "reason": "subtree"
85 },
86 {
87 "object": "LayoutBlockFlow DIV id='track'",
88 "reason": "subtree"
89 },
90 {
91 "object": "LayoutBlockFlow DIV id='thumb'",
92 "reason": "subtree"
93 }
94 ]
95 }
96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698