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

Unified Diff: webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-seekable-expected.txt

Issue 345004: Rebaseline media tests after http://trac.webkit.org/changeset/50063 . (Closed)
Patch Set: Created 11 years, 2 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: webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-seekable-expected.txt
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-seekable-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-seekable-expected.txt
deleted file mode 100644
index a197e758b7be62eb3be26d9e99c8be0438c5648f..0000000000000000000000000000000000000000
--- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-seekable-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-EXPECTED (video.seekable.length == '0') OK
-TEST(video.seekable.start(-1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
-TEST(video.seekable.end(-1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
-TEST(video.seekable.start(0)) THROWS(DOMException.INDEX_SIZE_ERR) OK
-TEST(video.seekable.end(0)) THROWS(DOMException.INDEX_SIZE_ERR) OK
-EVENT(load)
-EXPECTED (video.seekable.length == '1') OK
-EXPECTED (video.seekable.start(0) == '0') OK
-EXPECTED (video.seekable.end(0) > '0') OK
-TEST(video.seekable.start(-1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
-TEST(video.seekable.end(-1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
-TEST(video.seekable.start(1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
-TEST(video.seekable.end(1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698