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

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

Issue 2100703003: Convert video-seek* 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
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-seekable.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/media/video-seekable-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-seekable-expected.txt b/third_party/WebKit/LayoutTests/media/video-seekable-expected.txt
deleted file mode 100644
index 1b919cb1ddd7be5b04f9e3185eb2b26bbac7f221..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-seekable-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-EXPECTED (video.seekable.length == '0') OK
-TEST(video.seekable.start(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (4294967295) is greater than the maximum bound (0).) OK
-TEST(video.seekable.end(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (4294967295) is greater than the maximum bound (0).) OK
-TEST(video.seekable.start(0)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (0) is greater than or equal to the maximum bound (0).) OK
-TEST(video.seekable.end(0)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (0) is greater than or equal to the maximum bound (0).) OK
-EVENT(loadedmetadata)
-EXPECTED (video.seekable.length == '1') OK
-EXPECTED (video.seekable.start(0) == '0') OK
-EXPECTED (video.seekable.end(0) > '5') OK
-EXPECTED (video.seekable.end(0) < '7') OK
-TEST(video.seekable.start(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (4294967295) is greater than the maximum bound (1).) OK
-TEST(video.seekable.end(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (4294967295) is greater than the maximum bound (1).) OK
-TEST(video.seekable.start(1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (1) is greater than or equal to the maximum bound (1).) OK
-TEST(video.seekable.end(1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (1) is greater than or equal to the maximum bound (1).) OK
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-seekable.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698