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

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

Issue 2477203002: Media Controls: delegate 'volumechange' and 'focusin' handling to an EventListener. (Closed)
Patch Set: add comment Created 4 years, 1 month 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
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutVideo VIDEO id='v'", 10 "name": "LayoutVideo VIDEO id='v'",
11 "position": [8, 8], 11 "position": [8, 8],
12 "bounds": [700, 525] 12 "bounds": [700, 525]
13 }, 13 },
14 { 14 {
15 "name": "Squashing Containment Layer", 15 "name": "Squashing Containment Layer",
16 "shouldFlattenTransform": false 16 "shouldFlattenTransform": false
17 }, 17 },
18 { 18 {
19 "name": "LayoutFlexibleBox (relative positioned) DIV", 19 "name": "LayoutFlexibleBox (relative positioned) DIV",
20 "position": [8, 8], 20 "position": [8, 8],
21 "bounds": [700, 525], 21 "bounds": [700, 525],
22 "drawsContent": true 22 "drawsContent": true
23 }, 23 },
24 { 24 {
25 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relativ e positioned) DIV)", 25 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relativ e positioned) DIV)",
26 "position": [8, 8], 26 "position": [8, 8],
27 "bounds": [700, 525], 27 "bounds": [700, 525],
28 "drawsContent": true, 28 "drawsContent": true
29 "paintInvalidations": [
30 {
31 "object": "LayoutBlockFlow DIV id='track'",
32 "rect": [562, 485, 106, 48],
33 "reason": "subtree"
34 },
35 {
36 "object": "LayoutFlexibleBox DIV",
37 "rect": [580, 508, 70, 2],
38 "reason": "subtree"
39 },
40 {
41 "object": "LayoutSlider INPUT",
42 "rect": [580, 508, 70, 2],
43 "reason": "subtree"
44 },
45 {
46 "object": "LayoutBlockFlow DIV id='thumb'",
47 "rect": [597, 485, 36, 48],
48 "reason": "subtree"
49 },
50 {
51 "object": "LayoutBlockFlow DIV id='thumb'",
52 "rect": [562, 485, 36, 48],
53 "reason": "subtree"
54 },
55 {
56 "object": "LayoutButton INPUT",
57 "rect": [530, 493, 32, 32],
58 "reason": "subtree"
59 }
60 ]
61 }
62 ],
63 "objectPaintInvalidations": [
64 {
65 "object": "LayoutVideo VIDEO id='v'",
66 "reason": "style change"
67 },
68 {
69 "object": "LayoutButton INPUT",
70 "reason": "subtree"
71 },
72 {
73 "object": "LayoutSlider INPUT",
74 "reason": "subtree"
75 },
76 {
77 "object": "LayoutFlexibleBox DIV",
78 "reason": "subtree"
79 },
80 {
81 "object": "LayoutBlockFlow DIV id='track'",
82 "reason": "subtree"
83 },
84 {
85 "object": "LayoutBlockFlow DIV id='thumb'",
86 "reason": "subtree"
87 } 29 }
88 ] 30 ]
89 } 31 }
90 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698