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

Unified Diff: third_party/WebKit/LayoutTests/media/video-source-load-expected.txt

Issue 2116293004: Convert video-source-[load|moved|removed].html tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 5 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-source-load-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-source-load-expected.txt b/third_party/WebKit/LayoutTests/media/video-source-load-expected.txt
deleted file mode 100644
index 450848c1245b4e44187e92d92c7871bee5e0c723..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-source-load-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Test that the resource selection algorithm is restarted when load() is called, and that all <source> elements are reconsidered.
-
-+++ Test initial networkState.
-EXPECTED (video.networkState == '0') OK
-
-+++ Add <source> elements to trigger loading, test networkState.
-EXPECTED (video.networkState == '3') OK
-EVENT(error)
-EVENT(canplaythrough)
-EXPECTED (stripExtension(relativeURL(video.currentSrc)) == 'content/test') OK
-
-+++ Calling load().
-EVENT(error)
-EVENT(canplaythrough)
-EXPECTED (stripExtension(relativeURL(video.currentSrc)) == 'content/test') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698