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

Side by Side Diff: LayoutTests/media/video-size-intrinsic-scale-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 Test size before movie is open:
2 EXPECTED (video.videoWidth == '0') OK
3 EXPECTED (video.videoHeight == '0') OK
4
5 Loading "content/scaled-matrix.mov". Movie saved with a non identity matrix.
6 EVENT(loadstart)
7 EVENT(durationchange)
8 EVENT(loadedmetadata)
9 EXPECTED (video.videoWidth == '640') OK
10 EXPECTED (video.videoHeight == '480') OK
11
12 Loading "content/720x576i-anamorphic.mov". Movie encoded with PAL non-square pix els, clean aperture corrects pixel aspect ratio when displayed.
13 EVENT(loadstart)
14 EVENT(durationchange)
15 EVENT(loadedmetadata)
16 EXPECTED (video.videoWidth == '1024') OK
17 EXPECTED (video.videoHeight == '576') OK
18
19 END OF TEST
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698