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

Unified Diff: third_party/WebKit/LayoutTests/media/video-src-empty-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-empty-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-src-empty-expected.txt b/third_party/WebKit/LayoutTests/media/video-src-empty-expected.txt
deleted file mode 100644
index 7eff623ee8d297d3298d5b45678ea20a6b2a91ae..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-src-empty-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-<video> element with src="" should invoke media element's load algorithm and should fire 'error' event. Network state should be NETWORK_NO_SOURCE and set error to MEDIA_ERR_SRC_NOT_SUPPORTED.
-
-** <video> with valid non-empty 'src' attribute**
-EVENT(loadstart)
-EVENT(loadedmetadata)
-EVENT(loadeddata)
-EVENT(canplaythrough)
-
-** <video> with empty src attribute**
-RUN(video.src = "")
-EVENT(abort)
-EVENT(emptied)
-EVENT(loadstart)
-EVENT(error)
-
-'error' event:
-EXPECTED (event.target == '[object HTMLVideoElement]') OK
-EXPECTED (video.error.code == '4') OK
-EXPECTED (video.networkState == '3') OK
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-src-empty.html ('k') | third_party/WebKit/LayoutTests/media/video-src-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698