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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/video/video-poster-expected.txt

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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
(Empty)
1 A <video> should not have a layer until playback begins.
2 This test can not be run manually, it requires testRunner.layerTreeAsText.
3
4 Case: No src, no poster
5 {
6 "bounds": [800, 600],
7 "children": [
8 {
9 "bounds": [800, 600],
10 "contentsOpaque": true,
11 "drawsContent": true
12 }
13 ]
14 }
15
16
17 Case: Displaying poster
18 {
19 "bounds": [800, 600],
20 "children": [
21 {
22 "bounds": [800, 600],
23 "contentsOpaque": true,
24 "drawsContent": true
25 }
26 ]
27 }
28
29
30 Case: Displaying movie
31 {
32 "bounds": [785, 782],
33 "children": [
34 {
35 "bounds": [785, 782],
36 "contentsOpaque": true,
37 "drawsContent": true,
38 "children": [
39 {
40 "position": [8, 8],
41 "bounds": [352, 288]
42 }
43 ]
44 }
45 ]
46 }
47
48
49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698