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

Unified Diff: third_party/WebKit/LayoutTests/media/video-error-does-not-exist-expected.txt

Issue 2077413002: Convert video-duration*, video-error* and video-load* 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-error-does-not-exist-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-error-does-not-exist-expected.txt b/third_party/WebKit/LayoutTests/media/video-error-does-not-exist-expected.txt
deleted file mode 100644
index 78a53ff5718733b2bc87f799fba6c5fd720f7da0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-error-does-not-exist-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Test that the media element is in correct state after load fails.
-
-
-EXPECTED (video.error == 'null') OK
-
-EVENT(error)
-EXPECTED (video.error != 'null') OK
-EXPECTED (video.error.code == '4') OK
-EXPECTED (video.networkState == '3') OK
-EXPECTED (isNaN(video.duration) == 'true') OK
-EXPECTED (video.currentTime == '0') OK
-EXPECTED (video.buffered.length == '0') OK
-EXPECTED (video.seekable.length == '0') OK
-EXPECTED (video.buffered.length == '0') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698