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

Unified Diff: third_party/WebKit/LayoutTests/media/video-src-change-expected.txt

Issue 2092373002: Convert video-src* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 6 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: third_party/WebKit/LayoutTests/media/video-src-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-src-change-expected.txt b/third_party/WebKit/LayoutTests/media/video-src-change-expected.txt
deleted file mode 100644
index 11dee6c91d0c28dfb69cb04f064fc30c3e4010d6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-src-change-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-1. Test that an invalid src attribute fires an error when the file fails to load.
-2. Test that changing src attribute triggers load after a load fails.
-3. Test that changing src triggers load once a file is known to be valid.
-
-
-EVENT(error)
-EXPECTED (relativeURL(video.currentSrc) == 'bogus') OK
-EXPECTED (video.networkState == '3') OK
-EXPECTED (video.error.code == '4') OK
-
-
-EVENT(loadedmetadata)
-EXPECTED (stripExtension(relativeURL(video.currentSrc)) == 'content/test') OK
-EXPECTED (isNaN(video.duration) == 'false') OK
-
-
-EVENT(loadedmetadata)
-EXPECTED (stripExtension(relativeURL(video.currentSrc)) == 'content/counting') OK
-EXPECTED (isNaN(video.duration) == 'false') OK
-
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-src-change.html ('k') | third_party/WebKit/LayoutTests/media/video-src-empty.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698