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

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

Issue 2196673002: Convert video-buffer* http tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment Created 4 years, 4 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/http/tests/media/video-buffered-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/media/video-buffered-expected.txt b/third_party/WebKit/LayoutTests/http/tests/media/video-buffered-expected.txt
deleted file mode 100644
index 058685ce62958c0cbf2f2715bb78d67ff3881893..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/media/video-buffered-expected.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Start playing a video with preloading enabled, do a seek near the end and check multiple buffered timeranges have been created.
-
-EVENT(playing)
-EXPECTED (video.buffered.length == '1') OK
-RUN(video.currentTime = video.duration - 0.5)
-EVENT(ended)
-EXPECTED (video.buffered.length == '2'), OBSERVED '1' FAIL
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698