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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/media/video-size-intrinsic-scale-expected.txt
diff --git a/LayoutTests/media/video-size-intrinsic-scale-expected.txt b/LayoutTests/media/video-size-intrinsic-scale-expected.txt
deleted file mode 100644
index 6985317f866a897c373903519de6dce6ac173495..0000000000000000000000000000000000000000
--- a/LayoutTests/media/video-size-intrinsic-scale-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Test size before movie is open:
-EXPECTED (video.videoWidth == '0') OK
-EXPECTED (video.videoHeight == '0') OK
-
-Loading "content/scaled-matrix.mov". Movie saved with a non identity matrix.
-EVENT(loadstart)
-EVENT(durationchange)
-EVENT(loadedmetadata)
-EXPECTED (video.videoWidth == '640') OK
-EXPECTED (video.videoHeight == '480') OK
-
-Loading "content/720x576i-anamorphic.mov". Movie encoded with PAL non-square pixels, clean aperture corrects pixel aspect ratio when displayed.
-EVENT(loadstart)
-EVENT(durationchange)
-EVENT(loadedmetadata)
-EXPECTED (video.videoWidth == '1024') OK
-EXPECTED (video.videoHeight == '576') OK
-
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698