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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/media/video-error-abort-expected.txt

Issue 2179483002: Convert video-cookie* and video-error* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use EventWatcher to simplify the test 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
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/media/video-error-abort.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/media/video-error-abort-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/media/video-error-abort-expected.txt b/third_party/WebKit/LayoutTests/http/tests/media/video-error-abort-expected.txt
deleted file mode 100644
index 9d7b331a03191925185ca3277fb3b8c1208b7c76..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/media/video-error-abort-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Test before movie is open
-EXPECTED (video.error == 'null') OK
-
-'loadstart' event
-EXPECTED (video.error == 'null') OK
-RUN(video.load())
-
-'abort' event
-EXPECTED (video.error == 'null') OK
-EXPECTED (event.lengthComputable == 'undefined') OK
-
-'loadstart' event
-EXPECTED (video.error == 'null') OK
-
-'canplaythrough' event
-EXPECTED (video.error == 'null') OK
-
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/media/video-error-abort.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698