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

Side by Side Diff: LayoutTests/platform/linux/compositing/video/video-poster-expected.txt

Issue 575353002: Don't squash into RenderPart subclasses. Don't squash into video elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed. Created 6 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
OLDNEW
1 A <video> should not have a layer until playback begins. 1 A <video> should not have a layer until playback begins.
2 This test can not be run manually, it requires testRunner.layerTreeAsText. 2 This test can not be run manually, it requires testRunner.layerTreeAsText.
3 3
4 Case: No src, no poster 4 Case: No src, no poster
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "children": [ 7 "children": [
8 { 8 {
9 "bounds": [800, 600], 9 "bounds": [800, 600],
10 "contentsOpaque": true, 10 "contentsOpaque": true,
(...skipping 19 matching lines...) Expand all
30 Case: Displaying movie 30 Case: Displaying movie
31 { 31 {
32 "bounds": [785, 813], 32 "bounds": [785, 813],
33 "children": [ 33 "children": [
34 { 34 {
35 "bounds": [785, 813], 35 "bounds": [785, 813],
36 "contentsOpaque": true, 36 "contentsOpaque": true,
37 "drawsContent": true, 37 "drawsContent": true,
38 "children": [ 38 "children": [
39 { 39 {
40 "position": [8, 8],
41 "bounds": [352, 288]
42 },
43 {
40 "children": [ 44 "children": [
41 { 45 {
42 "position": [8, 8], 46 "position": [8, 8],
43 "bounds": [352, 288] 47 "bounds": [352, 288],
48 "drawsContent": true
44 }, 49 },
45 { 50 {
46 "position": [8, 8], 51 "position": [8, 8],
47 "bounds": [352, 288], 52 "bounds": [352, 253],
48 "drawsContent": true 53 "drawsContent": true
49 } 54 }
50 ] 55 ]
51 } 56 }
52 ] 57 ]
53 } 58 }
54 ] 59 ]
55 } 60 }
56 61
57 62
58 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698