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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/video/video-poster-expected.txt

Issue 1974373002: Auto-rebaseline for r393557 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 { 43 {
44 "shouldFlattenTransform": false, 44 "shouldFlattenTransform": false,
45 "children": [ 45 "children": [
46 { 46 {
47 "position": [8, 8], 47 "position": [8, 8],
48 "bounds": [352, 288], 48 "bounds": [352, 288],
49 "drawsContent": true 49 "drawsContent": true
50 }, 50 },
51 { 51 {
52 "position": [8, 8], 52 "position": [8, 8],
53 "bounds": [352, 253], 53 "bounds": [352, 246],
54 "drawsContent": true 54 "drawsContent": true
55 } 55 }
56 ] 56 ]
57 } 57 }
58 ] 58 ]
59 } 59 }
60 ] 60 ]
61 } 61 }
62 62
63 63
64 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698