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

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

Issue 1338583004: Revert of 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 ]
15 }, 12 },
16 { 13 {
17 "shouldFlattenTransform": false, 14 "shouldFlattenTransform": false,
18 "children": [ 15 "children": [
19 { 16 {
20 "position": [8, 8], 17 "position": [8, 8],
21 "bounds": [320, 240], 18 "bounds": [320, 240],
22 "drawsContent": true 19 "drawsContent": true
23 }, 20 },
24 { 21 {
(...skipping 25 matching lines...) Expand all
50 "LayoutSlider INPUT" 47 "LayoutSlider INPUT"
51 ] 48 ]
52 } 49 }
53 ] 50 ]
54 } 51 }
55 ] 52 ]
56 } 53 }
57 ] 54 ]
58 } 55 }
59 56
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