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

Side by Side Diff: LayoutTests/platform/win/media/video-paint-invalidation-expected.txt

Issue 1332413003: Auto-rebaseline for r202145 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/platform/win/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [320, 240] 11 "bounds": [320, 240],
12 "paintInvalidationClients": [
13 "LayoutVideo VIDEO id='video'"
14 ]
12 }, 15 },
13 { 16 {
14 "shouldFlattenTransform": false, 17 "shouldFlattenTransform": false,
15 "children": [ 18 "children": [
16 { 19 {
17 "position": [8, 8], 20 "position": [8, 8],
18 "bounds": [320, 240], 21 "bounds": [320, 240],
19 "drawsContent": true 22 "drawsContent": true
20 }, 23 },
21 { 24 {
(...skipping 25 matching lines...) Expand all
47 "LayoutSlider INPUT" 50 "LayoutSlider INPUT"
48 ] 51 ]
49 } 52 }
50 ] 53 ]
51 } 54 }
52 ] 55 ]
53 } 56 }
54 ] 57 ]
55 } 58 }
56 59
OLDNEW
« no previous file with comments | « LayoutTests/platform/win/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698