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 2243473002: Adding overflow menu to media player (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 } 56 }
57 ] 57 ]
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ] 61 ]
62 } 62 }
63 ], 63 ],
64 "objectPaintInvalidations": [ 64 "objectPaintInvalidations": [
65 { 65 {
66 "object": "LayoutVideo VIDEO id='v'",
67 "reason": "style change"
68 },
69 {
66 "object": "LayoutButton INPUT", 70 "object": "LayoutButton INPUT",
67 "reason": "full" 71 "reason": "full"
68 }, 72 },
69 { 73 {
70 "object": "LayoutSlider INPUT", 74 "object": "LayoutSlider INPUT",
71 "reason": "full" 75 "reason": "full"
72 }, 76 },
73 { 77 {
74 "object": "LayoutFlexibleBox DIV", 78 "object": "LayoutFlexibleBox DIV",
75 "reason": "forced by layout" 79 "reason": "forced by layout"
76 }, 80 },
77 { 81 {
78 "object": "LayoutBlockFlow DIV id='thumb'", 82 "object": "LayoutBlockFlow DIV id='thumb'",
79 "reason": "full" 83 "reason": "full"
80 } 84 }
81 ] 85 ]
82 } 86 }
83 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698